#BCDE87

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

Shades of Sulu #BCDE87

Tints of Sulu #BCDE87

Color information

#BCDE87 (or 0xBCDE87) is unknown color: approx Sulu. HEX triplet: BC, DE and 87. RGB value is (188,222,135). Sum of RGB (Red+Green+Blue) = 188+222+135=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDE87 is #432178. Grayscale: #CACACA. Windows color (decimal): -4399481 or 8904380. OLE color: 8904380.

HSL color Cylindrical-coordinate representation of color #BCDE87: hue angle of 83.45º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCDE87 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB188222135-
CMYK0.1500.390.13
HSL83.45º56.86%70%-
HSV(B)83.45º39.19%87.06%-
XYZ51.2364.6832.71-
YUV201.9290.24118.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 222 (87.11% from 255) = 40.73%
BLUE value IS 135 (53.12% from 255) = 24.77%
R=34.50%
G=40.73%
B=24.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221350.1500.390.1383.4556.8670
HexBCDE87F027D533946
Octal274336207170471512371106
Binary10111100110111101000011111110100111110110100111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE87; }

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

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

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

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

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

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

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

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