#BDDE86

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

Shades of Sulu #BDDE86

Tints of Sulu #BDDE86

Color information

#BDDE86 (or 0xBDDE86) is unknown color: approx Sulu. HEX triplet: BD, DE and 86. RGB value is (189,222,134). Sum of RGB (Red+Green+Blue) = 189+222+134=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDE86 is #422179. Grayscale: #CACACA. Windows color (decimal): -4333946 or 8838845. OLE color: 8838845.

HSL color Cylindrical-coordinate representation of color #BDDE86: hue angle of 82.5º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDDE86 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB189222134-
CMYK0.1500.400.13
HSL82.5º57.14%69.8%-
HSV(B)82.5º39.64%87.06%-
XYZ51.4164.7832.35-
YUV202.189.57118.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 222 (87.11% from 255) = 40.73%
BLUE value IS 134 (52.73% from 255) = 24.59%
R=34.68%
G=40.73%
B=24.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221340.1500.400.1382.557.1469.8
HexBDDE86F028D523946
Octal275336206170501512271106
Binary10111101110111101000011011110101000110110100101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE86; }

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

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

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

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

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

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

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

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