#BDD686

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

Shades of Sulu #BDD686

Tints of Sulu #BDD686

Color information

#BDD686 (or 0xBDD686) is unknown color: approx Sulu. HEX triplet: BD, D6 and 86. RGB value is (189,214,134). Sum of RGB (Red+Green+Blue) = 189+214+134=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD686 is #422979. Grayscale: #C5C5C5. Windows color (decimal): -4335994 or 8836797. OLE color: 8836797.

HSL color Cylindrical-coordinate representation of color #BDD686: hue angle of 78.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDD686 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB189214134-
CMYK0.1200.370.16
HSL78.75º49.38%68.24%-
HSV(B)78.75º37.38%83.92%-
XYZ49.3460.6331.66-
YUV197.492.22122-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 214 (83.98% from 255) = 39.85%
BLUE value IS 134 (52.73% from 255) = 24.95%
R=35.20%
G=39.85%
B=24.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141340.1200.370.1678.7549.3868.24
HexBDD686C025104f3144
Octal275326206140452011761104
Binary101111011101011010000110110001001011000010011111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD686; }

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

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

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

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

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

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

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

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