#B9D0B5

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

Shades of Zanah #B9D0B5

Tints of Zanah #B9D0B5

Color information

#B9D0B5 (or 0xB9D0B5) is unknown color: approx Zanah. HEX triplet: B9, D0 and B5. RGB value is (185,208,181). Sum of RGB (Red+Green+Blue) = 185+208+181=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0B5 is #462F4A. Grayscale: #C6C6C6. Windows color (decimal): -4599627 or 11915449. OLE color: 11915449.

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

Color convert

RGB185208181-
CMYK0.1100.130.18
HSL111.11º22.31%76.27%-
HSV(B)111.11º12.98%81.57%-
XYZ50.958.7652.38-
YUV198.04118.38118.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.23%
GREEN value IS 208 (81.64% from 255) = 36.24%
BLUE value IS 181 (71.09% from 255) = 31.53%
R=32.23%
G=36.24%
B=31.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852081810.1100.130.18111.1122.3176.27
HexB9D0B5B0D126f164c
Octal271320265130152215726114
Binary101110011101000010110101101101101100101101111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D0B5; }

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

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

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

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

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

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

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

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