#BDD886

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

Shades of Sulu #BDD886

Tints of Sulu #BDD886

Color information

#BDD886 (or 0xBDD886) is unknown color: approx Sulu. HEX triplet: BD, D8 and 86. RGB value is (189,216,134). Sum of RGB (Red+Green+Blue) = 189+216+134=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD886 is #422779. Grayscale: #C6C6C6. Windows color (decimal): -4335482 or 8837309. OLE color: 8837309.

HSL color Cylindrical-coordinate representation of color #BDD886: hue angle of 79.76º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDD886 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB189216134-
CMYK0.1200.380.15
HSL79.76º51.25%68.63%-
HSV(B)79.76º37.96%84.71%-
XYZ49.8561.6531.83-
YUV198.5891.55121.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 216 (84.77% from 255) = 40.07%
BLUE value IS 134 (52.73% from 255) = 24.86%
R=35.06%
G=40.07%
B=24.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161340.1200.380.1579.7651.2568.63
HexBDD886C026F503345
Octal275330206140461712063105
Binary10111101110110001000011011000100110111110100001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD886; }

 p { color: rgb(189,216,134); }

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

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

 a { background-color: rgb(189,216,134); }

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

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

 span { border-color: rgb(189,216,134); }

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