#BCF588

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

Shades of Sulu #BCF588

Tints of Sulu #BCF588

Color information

#BCF588 (or 0xBCF588) is unknown color: approx Sulu. HEX triplet: BC, F5 and 88. RGB value is (188,245,136). Sum of RGB (Red+Green+Blue) = 188+245+136=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 136 (53.52% from 255 or 23.90% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF588 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF588 is #430A77. Grayscale: #D7D7D7. Windows color (decimal): -4393592 or 8975804. OLE color: 8975804.

HSL color Cylindrical-coordinate representation of color #BCF588: hue angle of 91.38º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCF588 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB188245136-
CMYK0.2300.440.04
HSL91.38º84.5%74.71%-
HSV(B)91.38º44.49%96.08%-
XYZ57.8477.7735.26-
YUV215.5383.12108.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 245 (96.09% from 255) = 43.06%
BLUE value IS 136 (53.52% from 255) = 23.90%
R=33.04%
G=43.06%
B=23.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882451360.2300.440.0491.3884.574.71
HexBCF5881702C45b544b
Octal274365210270544133124113
Binary101111001111010110001000101110101100100101101110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF588; }

 p { color: rgb(188,245,136); }

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

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

 a { background-color: rgb(188,245,136); }

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

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

 span { border-color: rgb(188,245,136); }

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