Shades of Zanah #B5CFB3
Tints of Zanah #B5CFB3
RGB
CMYK
RGB Variations
Color information
#B5CFB3 (or 0xB5CFB3) is known color: Zanah. HEX triplet: B5, CF and B3. RGB value is (181,207,179). Sum of RGB (Red+Green+Blue) = 181+207+179=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFB3 is #4A304C. Grayscale: #C4C4C4. Windows color (decimal): -4862029 or 11784117. OLE color: 11784117.
HSL color Cylindrical-coordinate representation of color #B5CFB3: hue angle of 115.71º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5CFB3 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 179 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.19 |
| HSL | 115.71º | 0.23% | 0.76% | - |
| HSV(B) | 115.71º | 0.14% | 0.81% | - |
| XYZ | 49.51 | 57.7 | 51.18 | - |
| YUV | 196.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 179 | 0.13 | 0 | 0.14 | 0.19 | 115.71 | 0.23 | 0.76 |
| Hex | B5 | CF | B3 | D | 0 | E | 13 | 74 | 17 | 4C |
| Octal | 265 | 317 | 263 | 15 | 0 | 16 | 23 | 164 | 27 | 114 |
| Binary | 10110101 | 11001111 | 10110011 | 1101 | 0 | 1110 | 10011 | 1110100 | 10111 | 1001100 |
Color Harmonies of #B5CFB3
Complementary color
Monochromatic Colors of #B5CFB3
Black with #B5CFB3
Text Example
Text Example
White with #B5CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFB3; }
p { color: rgb(181,207,179); }
H1.HeaderClassName
{
color: #B5CFB3;
}
.AnyTagClassName
{
color: #B5CFB3;
}
</style>
background-color css
<style>
a { background-color: #B5CFB3; }
a { background-color: rgb(181,207,179); }
div.DivClassName
{
background-color: #B5CFB3;
}
.BgClassName
{
background-color: #B5CFB3;
}
</style>
border-color css
<style>
span { border-color: #B5CFB3; }
span { border-color: rgb(181,207,179); }
td.TdClassName
{
border-color: #B5CFB3;
}
.TagClassName
{
border-color: #B5CFB3;
}
</style>