Shades of Zanah #B5CFB0
Tints of Zanah #B5CFB0
RGB
CMYK
RGB Variations
Color information
#B5CFB0 (or 0xB5CFB0) is known color: Zanah. HEX triplet: B5, CF and B0. RGB value is (181,207,176). Sum of RGB (Red+Green+Blue) = 181+207+176=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CFB0 is #4A304F. Grayscale: #C3C3C3. Windows color (decimal): -4862032 or 11587509. OLE color: 11587509.
HSL color Cylindrical-coordinate representation of color #B5CFB0: hue angle of 110.32º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5CFB0 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 176 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.19 |
| HSL | 110.32º | 0.24% | 0.75% | - |
| HSV(B) | 110.32º | 0.15% | 0.81% | - |
| XYZ | 49.21 | 57.58 | 49.6 | - |
| YUV | 195.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 176 | 0.13 | 0 | 0.15 | 0.19 | 110.32 | 0.24 | 0.75 |
| Hex | B5 | CF | B0 | D | 0 | F | 13 | 6E | 18 | 4B |
| Octal | 265 | 317 | 260 | 15 | 0 | 17 | 23 | 156 | 30 | 113 |
| Binary | 10110101 | 11001111 | 10110000 | 1101 | 0 | 1111 | 10011 | 1101110 | 11000 | 1001011 |
Color Harmonies of #B5CFB0
Complementary color
Monochromatic Colors of #B5CFB0
Black with #B5CFB0
Text Example
Text Example
White with #B5CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFB0; }
p { color: rgb(181,207,176); }
H1.HeaderClassName
{
color: #B5CFB0;
}
.AnyTagClassName
{
color: #B5CFB0;
}
</style>
background-color css
<style>
a { background-color: #B5CFB0; }
a { background-color: rgb(181,207,176); }
div.DivClassName
{
background-color: #B5CFB0;
}
.BgClassName
{
background-color: #B5CFB0;
}
</style>
border-color css
<style>
span { border-color: #B5CFB0; }
span { border-color: rgb(181,207,176); }
td.TdClassName
{
border-color: #B5CFB0;
}
.TagClassName
{
border-color: #B5CFB0;
}
</style>