#BCE087

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

Shades of Sulu #BCE087

Tints of Sulu #BCE087

Color information

#BCE087 (or 0xBCE087) is unknown color: approx Sulu. HEX triplet: BC, E0 and 87. RGB value is (188,224,135). Sum of RGB (Red+Green+Blue) = 188+224+135=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 135 (53.12% from 255 or 24.68% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE087 is #431F78. Grayscale: #CBCBCB. Windows color (decimal): -4398969 or 8904892. OLE color: 8904892.

HSL color Cylindrical-coordinate representation of color #BCE087: hue angle of 84.27º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCE087 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB188224135-
CMYK0.1600.400.12
HSL84.27º58.94%70.39%-
HSV(B)84.27º39.73%87.84%-
XYZ51.7765.7532.88-
YUV203.0989.57117.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 224 (87.89% from 255) = 40.95%
BLUE value IS 135 (53.12% from 255) = 24.68%
R=34.37%
G=40.95%
B=24.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882241350.1600.400.1284.2758.9470.39
HexBCE08710028C543b46
Octal274340207200501412473106
Binary101111001110000010000111100000101000110010101001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE087; }

 p { color: rgb(188,224,135); }

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

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

 a { background-color: rgb(188,224,135); }

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

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

 span { border-color: rgb(188,224,135); }

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