Shades of Zanah #B7CDB5
Tints of Zanah #B7CDB5
RGB
CMYK
RGB Variations
Color information
#B7CDB5 (or 0xB7CDB5) is known color: Zanah. HEX triplet: B7, CD and B5. RGB value is (183,205,181). Sum of RGB (Red+Green+Blue) = 183+205+181=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDB5 is #48324A. Grayscale: #C3C3C3. Windows color (decimal): -4731467 or 11914679. OLE color: 11914679.
HSL color Cylindrical-coordinate representation of color #B7CDB5: hue angle of 115º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7CDB5 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 181 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.20 |
| HSL | 115º | 0.19% | 0.76% | - |
| HSV(B) | 115º | 0.12% | 0.8% | - |
| XYZ | 49.7 | 57.07 | 52.11 | - |
| YUV | 195.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 181 | 0.11 | 0 | 0.12 | 0.20 | 115 | 0.19 | 0.76 |
| Hex | B7 | CD | B5 | B | 0 | C | 14 | 73 | 13 | 4C |
| Octal | 267 | 315 | 265 | 13 | 0 | 14 | 24 | 163 | 23 | 114 |
| Binary | 10110111 | 11001101 | 10110101 | 1011 | 0 | 1100 | 10100 | 1110011 | 10011 | 1001100 |
Color Harmonies of #B7CDB5
Complementary color
Monochromatic Colors of #B7CDB5
Black with #B7CDB5
Text Example
Text Example
White with #B7CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDB5; }
p { color: rgb(183,205,181); }
H1.HeaderClassName
{
color: #B7CDB5;
}
.AnyTagClassName
{
color: #B7CDB5;
}
</style>
background-color css
<style>
a { background-color: #B7CDB5; }
a { background-color: rgb(183,205,181); }
div.DivClassName
{
background-color: #B7CDB5;
}
.BgClassName
{
background-color: #B7CDB5;
}
</style>
border-color css
<style>
span { border-color: #B7CDB5; }
span { border-color: rgb(183,205,181); }
td.TdClassName
{
border-color: #B7CDB5;
}
.TagClassName
{
border-color: #B7CDB5;
}
</style>