#B9D0B6

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

Shades of Zanah #B9D0B6

Tints of Zanah #B9D0B6

Color information

#B9D0B6 (or 0xB9D0B6) is unknown color: approx Zanah. HEX triplet: B9, D0 and B6. RGB value is (185,208,182). Sum of RGB (Red+Green+Blue) = 185+208+182=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0B6 is #462F49. Grayscale: #C6C6C6. Windows color (decimal): -4599626 or 11980985. OLE color: 11980985.

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

Color convert

RGB185208182-
CMYK0.1100.120.18
HSL113.08º21.67%76.47%-
HSV(B)113.08º12.5%81.57%-
XYZ51.0158.852.92-
YUV198.16118.88118.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=32.17%
G=36.17%
B=31.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852081820.1100.120.18113.0821.6776.47
HexB9D0B6B0C1271164c
Octal271320266130142216126114
Binary101110011101000010110110101101100100101110001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D0B6; }

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

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

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

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

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

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

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

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