#BCF975

Color #BCF975 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BCF975

Tints of Sulu #BCF975

Color information

#BCF975 (or 0xBCF975) is unknown color: approx Sulu. HEX triplet: BC, F9 and 75. RGB value is (188,249,117). Sum of RGB (Red+Green+Blue) = 188+249+117=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 117 (46.09% from 255 or 21.12% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF975 is #43068A. Grayscale: #D8D8D8. Windows color (decimal): -4392587 or 7731644. OLE color: 7731644.

HSL color Cylindrical-coordinate representation of color #BCF975: hue angle of 87.73º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCF975 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB188249117-
CMYK0.2400.530.02
HSL87.73º91.67%71.76%-
HSV(B)87.73º53.01%97.65%-
XYZ57.8379.7329.17-
YUV215.7172.29108.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 249 (97.66% from 255) = 44.95%
BLUE value IS 117 (46.09% from 255) = 21.12%
R=33.94%
G=44.95%
B=21.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491170.2400.530.0287.7391.6771.76
HexBCF975180352585c48
Octal274371165300652130134110
Binary1011110011111001111010111000011010110101100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF975; }

 p { color: rgb(188,249,117); }

 H1.HeaderClassName
 {
   color: #BCF975;
 }
 .AnyTagClassName
 {
   color: #BCF975;
 }
</style>
background-color css

<style>
 a { background-color: #BCF975; }

 a { background-color: rgb(188,249,117); }

 div.DivClassName
 {
   background-color: #BCF975;
 }
 .BgClassName
 {
   background-color: #BCF975;
 }
</style>
border-color css

<style>
 span { border-color: #BCF975; }

 span { border-color: rgb(188,249,117); }

 td.TdClassName
 {
   border-color: #BCF975;
 }
 .TagClassName
 {
   border-color: #BCF975;
 }
</style>