#BCD587

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

Shades of Sulu #BCD587

Tints of Sulu #BCD587

Color information

#BCD587 (or 0xBCD587) is unknown color: approx Sulu. HEX triplet: BC, D5 and 87. RGB value is (188,213,135). Sum of RGB (Red+Green+Blue) = 188+213+135=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD587 is #432A78. Grayscale: #C4C4C4. Windows color (decimal): -4401785 or 8902076. OLE color: 8902076.

HSL color Cylindrical-coordinate representation of color #BCD587: hue angle of 79.23º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCD587 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB188213135-
CMYK0.1200.370.16
HSL79.23º48.15%68.24%-
HSV(B)79.23º36.62%83.53%-
XYZ48.9160.0331.93-
YUV196.6393.22121.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 135 (53.12% from 255) = 25.19%
R=35.07%
G=39.74%
B=25.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882131350.1200.370.1679.2348.1568.24
HexBCD587C025104f3044
Octal274325207140452011760104
Binary101111001101010110000111110001001011000010011111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD587; }

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

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

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

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

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

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

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

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