Shades of Zanah #B3CFB2
Tints of Zanah #B3CFB2
RGB
CMYK
RGB Variations
Color information
#B3CFB2 (or 0xB3CFB2) is known color: Zanah. HEX triplet: B3, CF and B2. RGB value is (179,207,178). Sum of RGB (Red+Green+Blue) = 179+207+178=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CFB2 is #4C304D. Grayscale: #C3C3C3. Windows color (decimal): -4993102 or 11718579. OLE color: 11718579.
HSL color Cylindrical-coordinate representation of color #B3CFB2: hue angle of 117.93º 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 #B3CFB2 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 178 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.19 |
| HSL | 117.93º | 0.23% | 0.75% | - |
| HSV(B) | 117.93º | 0.14% | 0.81% | - |
| XYZ | 48.94 | 57.42 | 50.62 | - |
| YUV | 195.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 178 | 0.14 | 0 | 0.14 | 0.19 | 117.93 | 0.23 | 0.75 |
| Hex | B3 | CF | B2 | E | 0 | E | 13 | 76 | 17 | 4B |
| Octal | 263 | 317 | 262 | 16 | 0 | 16 | 23 | 166 | 27 | 113 |
| Binary | 10110011 | 11001111 | 10110010 | 1110 | 0 | 1110 | 10011 | 1110110 | 10111 | 1001011 |
Color Harmonies of #B3CFB2
Complementary color
Monochromatic Colors of #B3CFB2
Black with #B3CFB2
Text Example
Text Example
White with #B3CFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CFB2; }
p { color: rgb(179,207,178); }
H1.HeaderClassName
{
color: #B3CFB2;
}
.AnyTagClassName
{
color: #B3CFB2;
}
</style>
background-color css
<style>
a { background-color: #B3CFB2; }
a { background-color: rgb(179,207,178); }
div.DivClassName
{
background-color: #B3CFB2;
}
.BgClassName
{
background-color: #B3CFB2;
}
</style>
border-color css
<style>
span { border-color: #B3CFB2; }
span { border-color: rgb(179,207,178); }
td.TdClassName
{
border-color: #B3CFB2;
}
.TagClassName
{
border-color: #B3CFB2;
}
</style>