Shades of Zanah #B5CFB1
Tints of Zanah #B5CFB1
RGB
CMYK
RGB Variations
Color information
#B5CFB1 (or 0xB5CFB1) is known color: Zanah. HEX triplet: B5, CF and B1. RGB value is (181,207,177). Sum of RGB (Red+Green+Blue) = 181+207+177=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CFB1 is #4A304E. Grayscale: #C3C3C3. Windows color (decimal): -4862031 or 11653045. OLE color: 11653045.
HSL color Cylindrical-coordinate representation of color #B5CFB1: hue angle of 112º degrees, saturation: 0.24, 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 #B5CFB1 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 177 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.19 |
| HSL | 112º | 0.24% | 0.75% | - |
| HSV(B) | 112º | 0.14% | 0.81% | - |
| XYZ | 49.3 | 57.62 | 50.12 | - |
| YUV | 195.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 177 | 0.13 | 0 | 0.14 | 0.19 | 112 | 0.24 | 0.75 |
| Hex | B5 | CF | B1 | D | 0 | E | 13 | 70 | 18 | 4B |
| Octal | 265 | 317 | 261 | 15 | 0 | 16 | 23 | 160 | 30 | 113 |
| Binary | 10110101 | 11001111 | 10110001 | 1101 | 0 | 1110 | 10011 | 1110000 | 11000 | 1001011 |
Color Harmonies of #B5CFB1
Complementary color
Monochromatic Colors of #B5CFB1
Black with #B5CFB1
Text Example
Text Example
White with #B5CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFB1; }
p { color: rgb(181,207,177); }
H1.HeaderClassName
{
color: #B5CFB1;
}
.AnyTagClassName
{
color: #B5CFB1;
}
</style>
background-color css
<style>
a { background-color: #B5CFB1; }
a { background-color: rgb(181,207,177); }
div.DivClassName
{
background-color: #B5CFB1;
}
.BgClassName
{
background-color: #B5CFB1;
}
</style>
border-color css
<style>
span { border-color: #B5CFB1; }
span { border-color: rgb(181,207,177); }
td.TdClassName
{
border-color: #B5CFB1;
}
.TagClassName
{
border-color: #B5CFB1;
}
</style>