Shades of Zanah #B5CFB5
Tints of Zanah #B5CFB5
RGB
CMYK
RGB Variations
Color information
#B5CFB5 (or 0xB5CFB5) is known color: Zanah. HEX triplet: B5, CF and B5. RGB value is (181,207,181). Sum of RGB (Red+Green+Blue) = 181+207+181=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFB5 is #4A304A. Grayscale: #C4C4C4. Windows color (decimal): -4862027 or 11915189. OLE color: 11915189.
HSL color Cylindrical-coordinate representation of color #B5CFB5: hue angle of 120º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CFB5 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
RGB | 181 | 207 | 181 | - |
CMYK | 0.13 | 0 | 0.13 | 0.19 |
HSL | 120º | 0.21% | 0.76% | - |
HSV(B) | 120º | 0.13% | 0.81% | - |
XYZ | 49.71 | 57.79 | 52.25 | - |
YUV | 196.26 | 119.39 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 207 | 181 | 0.13 | 0 | 0.13 | 0.19 | 120 | 0.21 | 0.76 |
Hex | B5 | CF | B5 | D | 0 | D | 13 | 78 | 15 | 4C |
Octal | 265 | 317 | 265 | 15 | 0 | 15 | 23 | 170 | 25 | 114 |
Binary | 10110101 | 11001111 | 10110101 | 1101 | 0 | 1101 | 10011 | 1111000 | 10101 | 1001100 |
Color Harmonies of #B5CFB5
Complementary color
Monochromatic Colors of #B5CFB5
Black with #B5CFB5
Text Example
Text Example
White with #B5CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFB5; }
p { color: rgb(181,207,181); }
H1.HeaderClassName
{
color: #B5CFB5;
}
.AnyTagClassName
{
color: #B5CFB5;
}
</style>
background-color css
<style>
a { background-color: #B5CFB5; }
a { background-color: rgb(181,207,181); }
div.DivClassName
{
background-color: #B5CFB5;
}
.BgClassName
{
background-color: #B5CFB5;
}
</style>
border-color css
<style>
span { border-color: #B5CFB5; }
span { border-color: rgb(181,207,181); }
td.TdClassName
{
border-color: #B5CFB5;
}
.TagClassName
{
border-color: #B5CFB5;
}
</style>