Shades of Zanah #B8CAB6
Tints of Zanah #B8CAB6
RGB
CMYK
RGB Variations
Color information
#B8CAB6 (or 0xB8CAB6) is known color: Zanah. HEX triplet: B8, CA and B6. RGB value is (184,202,182). Sum of RGB (Red+Green+Blue) = 184+202+182=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CAB6 is #473549. Grayscale: #C2C2C2. Windows color (decimal): -4666698 or 11979448. OLE color: 11979448.
HSL color Cylindrical-coordinate representation of color #B8CAB6: hue angle of 114º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CAB6 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 182 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.21 |
| HSL | 114º | 0.16% | 0.75% | - |
| HSV(B) | 114º | 0.1% | 0.79% | - |
| XYZ | 49.33 | 55.81 | 52.43 | - |
| YUV | 194.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 182 | 0.09 | 0 | 0.10 | 0.21 | 114 | 0.16 | 0.75 |
| Hex | B8 | CA | B6 | 9 | 0 | A | 15 | 72 | 10 | 4B |
| Octal | 270 | 312 | 266 | 11 | 0 | 12 | 25 | 162 | 20 | 113 |
| Binary | 10111000 | 11001010 | 10110110 | 1001 | 0 | 1010 | 10101 | 1110010 | 10000 | 1001011 |
Color Harmonies of #B8CAB6
Complementary color
Monochromatic Colors of #B8CAB6
Black with #B8CAB6
Text Example
Text Example
White with #B8CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CAB6; }
p { color: rgb(184,202,182); }
H1.HeaderClassName
{
color: #B8CAB6;
}
.AnyTagClassName
{
color: #B8CAB6;
}
</style>
background-color css
<style>
a { background-color: #B8CAB6; }
a { background-color: rgb(184,202,182); }
div.DivClassName
{
background-color: #B8CAB6;
}
.BgClassName
{
background-color: #B8CAB6;
}
</style>
border-color css
<style>
span { border-color: #B8CAB6; }
span { border-color: rgb(184,202,182); }
td.TdClassName
{
border-color: #B8CAB6;
}
.TagClassName
{
border-color: #B8CAB6;
}
</style>