Shades of Zanah #B5CFB2
Tints of Zanah #B5CFB2
RGB
CMYK
RGB Variations
Color information
#B5CFB2 (or 0xB5CFB2) is known color: Zanah. HEX triplet: B5, CF and B2. RGB value is (181,207,178). Sum of RGB (Red+Green+Blue) = 181+207+178=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CFB2 is #4A304D. Grayscale: #C4C4C4. Windows color (decimal): -4862030 or 11718581. OLE color: 11718581.
HSL color Cylindrical-coordinate representation of color #B5CFB2: hue angle of 113.79º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5CFB2 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 178 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.19 |
| HSL | 113.79º | 0.23% | 0.75% | - |
| HSV(B) | 113.79º | 0.14% | 0.81% | - |
| XYZ | 49.4 | 57.66 | 50.65 | - |
| YUV | 195.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 178 | 0.13 | 0 | 0.14 | 0.19 | 113.79 | 0.23 | 0.75 |
| Hex | B5 | CF | B2 | D | 0 | E | 13 | 72 | 17 | 4B |
| Octal | 265 | 317 | 262 | 15 | 0 | 16 | 23 | 162 | 27 | 113 |
| Binary | 10110101 | 11001111 | 10110010 | 1101 | 0 | 1110 | 10011 | 1110010 | 10111 | 1001011 |
Color Harmonies of #B5CFB2
Complementary color
Monochromatic Colors of #B5CFB2
Black with #B5CFB2
Text Example
Text Example
White with #B5CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFB2; }
p { color: rgb(181,207,178); }
H1.HeaderClassName
{
color: #B5CFB2;
}
.AnyTagClassName
{
color: #B5CFB2;
}
</style>
background-color css
<style>
a { background-color: #B5CFB2; }
a { background-color: rgb(181,207,178); }
div.DivClassName
{
background-color: #B5CFB2;
}
.BgClassName
{
background-color: #B5CFB2;
}
</style>
border-color css
<style>
span { border-color: #B5CFB2; }
span { border-color: rgb(181,207,178); }
td.TdClassName
{
border-color: #B5CFB2;
}
.TagClassName
{
border-color: #B5CFB2;
}
</style>