Shades of Zanah #B7CEB5
Tints of Zanah #B7CEB5
RGB
CMYK
RGB Variations
Color information
#B7CEB5 (or 0xB7CEB5) is known color: Zanah. HEX triplet: B7, CE and B5. RGB value is (183,206,181). Sum of RGB (Red+Green+Blue) = 183+206+181=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CEB5 is #48314A. Grayscale: #C4C4C4. Windows color (decimal): -4731211 or 11914935. OLE color: 11914935.
HSL color Cylindrical-coordinate representation of color #B7CEB5: hue angle of 115.2º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7CEB5 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 181 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.19 |
| HSL | 115.2º | 0.2% | 0.76% | - |
| HSV(B) | 115.2º | 0.12% | 0.81% | - |
| XYZ | 49.94 | 57.55 | 52.19 | - |
| YUV | 196.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 181 | 0.11 | 0 | 0.12 | 0.19 | 115.2 | 0.2 | 0.76 |
| Hex | B7 | CE | B5 | B | 0 | C | 13 | 73 | 14 | 4C |
| Octal | 267 | 316 | 265 | 13 | 0 | 14 | 23 | 163 | 24 | 114 |
| Binary | 10110111 | 11001110 | 10110101 | 1011 | 0 | 1100 | 10011 | 1110011 | 10100 | 1001100 |
Color Harmonies of #B7CEB5
Complementary color
Monochromatic Colors of #B7CEB5
Black with #B7CEB5
Text Example
Text Example
White with #B7CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CEB5; }
p { color: rgb(183,206,181); }
H1.HeaderClassName
{
color: #B7CEB5;
}
.AnyTagClassName
{
color: #B7CEB5;
}
</style>
background-color css
<style>
a { background-color: #B7CEB5; }
a { background-color: rgb(183,206,181); }
div.DivClassName
{
background-color: #B7CEB5;
}
.BgClassName
{
background-color: #B7CEB5;
}
</style>
border-color css
<style>
span { border-color: #B7CEB5; }
span { border-color: rgb(183,206,181); }
td.TdClassName
{
border-color: #B7CEB5;
}
.TagClassName
{
border-color: #B7CEB5;
}
</style>