#B9CAB8

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

Shades of Zanah #B9CAB8

Tints of Zanah #B9CAB8

Color information

#B9CAB8 (or 0xB9CAB8) is unknown color: approx Zanah. HEX triplet: B9, CA and B8. RGB value is (185,202,184). Sum of RGB (Red+Green+Blue) = 185+202+184=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CAB8 is #463547. Grayscale: #C2C2C2. Windows color (decimal): -4601160 or 12110521. OLE color: 12110521.

HSL color Cylindrical-coordinate representation of color #B9CAB8: hue angle of 116.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CAB8 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB185202184-
CMYK0.0800.090.21
HSL116.67º14.52%75.69%-
HSV(B)116.67º8.91%79.22%-
XYZ49.7856.0253.54-
YUV194.86121.87120.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=32.40%
G=35.38%
B=32.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852021840.0800.090.21116.6714.5275.69
HexB9CAB88091575f4c
Octal271312270100112516517114
Binary10111001110010101011100010000100110101111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CAB8; }

 p { color: rgb(185,202,184); }

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

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

 a { background-color: rgb(185,202,184); }

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

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

 span { border-color: rgb(185,202,184); }

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