#B9D2B6

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

Shades of Zanah #B9D2B6

Tints of Zanah #B9D2B6

Color information

#B9D2B6 (or 0xB9D2B6) is unknown color: approx Zanah. HEX triplet: B9, D2 and B6. RGB value is (185,210,182). Sum of RGB (Red+Green+Blue) = 185+210+182=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 210 (82.42% from 255 or 36.40% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D2B6 is #462D49. Grayscale: #C7C7C7. Windows color (decimal): -4599114 or 11981497. OLE color: 11981497.

HSL color Cylindrical-coordinate representation of color #B9D2B6: hue angle of 113.57º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9D2B6 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB185210182-
CMYK0.1200.130.18
HSL113.57º23.73%76.86%-
HSV(B)113.57º13.33%82.35%-
XYZ51.559.7853.08-
YUV199.33118.22117.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 210 (82.42% from 255) = 36.40%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=32.06%
G=36.40%
B=31.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852101820.1200.130.18113.5723.7376.86
HexB9D2B6C0D1272184d
Octal271322266140152216230115
Binary101110011101001010110110110001101100101110010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D2B6; }

 p { color: rgb(185,210,182); }

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

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

 a { background-color: rgb(185,210,182); }

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

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

 span { border-color: rgb(185,210,182); }

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