#BDDE87

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

Shades of Sulu #BDDE87

Tints of Sulu #BDDE87

Color information

#BDDE87 (or 0xBDDE87) is unknown color: approx Sulu. HEX triplet: BD, DE and 87. RGB value is (189,222,135). Sum of RGB (Red+Green+Blue) = 189+222+135=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE87 is #422178. Grayscale: #CACACA. Windows color (decimal): -4333945 or 8904381. OLE color: 8904381.

HSL color Cylindrical-coordinate representation of color #BDDE87: hue angle of 82.76º 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 #BDDE87 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB189222135-
CMYK0.1500.390.13
HSL82.76º56.86%70%-
HSV(B)82.76º39.19%87.06%-
XYZ51.4864.8132.72-
YUV202.2190.07118.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 222 (87.11% from 255) = 40.66%
BLUE value IS 135 (53.12% from 255) = 24.73%
R=34.62%
G=40.66%
B=24.73%

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
Decimal1892221350.1500.390.1382.7656.8670
HexBDDE87F027D533946
Octal275336207170471512371106
Binary10111101110111101000011111110100111110110100111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE87; }

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

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

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

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

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

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

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

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