#BDDF87

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

Shades of Sulu #BDDF87

Tints of Sulu #BDDF87

Color information

#BDDF87 (or 0xBDDF87) is unknown color: approx Sulu. HEX triplet: BD, DF and 87. RGB value is (189,223,135). Sum of RGB (Red+Green+Blue) = 189+223+135=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 135 (53.12% from 255 or 24.68% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDF87 is #422078. Grayscale: #CBCBCB. Windows color (decimal): -4333689 or 8904637. OLE color: 8904637.

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

Color convert

RGB189223135-
CMYK0.1500.390.13
HSL83.18º57.89%70.2%-
HSV(B)83.18º39.46%87.45%-
XYZ51.7565.3432.81-
YUV202.889.74118.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 223 (87.5% from 255) = 40.77%
BLUE value IS 135 (53.12% from 255) = 24.68%
R=34.55%
G=40.77%
B=24.68%

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
Decimal1892231350.1500.390.1383.1857.8970.2
HexBDDF87F027D533a46
Octal275337207170471512372106
Binary10111101110111111000011111110100111110110100111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDF87; }

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

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

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

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

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

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

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

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