#BDE187

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

Shades of Sulu #BDE187

Tints of Sulu #BDE187

Color information

#BDE187 (or 0xBDE187) is unknown color: approx Sulu. HEX triplet: BD, E1 and 87. RGB value is (189,225,135). Sum of RGB (Red+Green+Blue) = 189+225+135=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE187 is #421E78. Grayscale: #CCCCCC. Windows color (decimal): -4333177 or 8905149. OLE color: 8905149.

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

Color convert

RGB189225135-
CMYK0.1600.40.12
HSL84º60%70.59%-
HSV(B)84º40%88.24%-
XYZ52.2866.4232.99-
YUV203.9889.07117.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 135 (53.12% from 255) = 24.59%
R=34.43%
G=40.98%
B=24.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251350.1600.40.12846070.59
HexBDE18710028C543c47
Octal275341207200501412474107
Binary101111011110000110000111100000101000110010101001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE187; }

 p { color: rgb(189,225,135); }

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

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

 a { background-color: rgb(189,225,135); }

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

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

 span { border-color: rgb(189,225,135); }

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