Shades of Zanah #B2C2B3
Tints of Zanah #B2C2B3
RGB
CMYK
RGB Variations
Color information
#B2C2B3 (or 0xB2C2B3) is known color: Zanah. HEX triplet: B2, C2 and B3. RGB value is (178,194,179). Sum of RGB (Red+Green+Blue) = 178+194+179=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C2B3 is #4D3D4C. Grayscale: #BBBBBB. Windows color (decimal): -5061965 or 11780786. OLE color: 11780786.
HSL color Cylindrical-coordinate representation of color #B2C2B3: hue angle of 123.75º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2C2B3 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 179 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.24 |
| HSL | 123.75º | 0.12% | 0.73% | - |
| HSV(B) | 123.75º | 0.08% | 0.76% | - |
| XYZ | 45.79 | 51.3 | 50.14 | - |
| YUV | 187.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 179 | 0.08 | 0 | 0.08 | 0.24 | 123.75 | 0.12 | 0.73 |
| Hex | B2 | C2 | B3 | 8 | 0 | 8 | 18 | 7C | C | 49 |
| Octal | 262 | 302 | 263 | 10 | 0 | 10 | 30 | 174 | 14 | 111 |
| Binary | 10110010 | 11000010 | 10110011 | 1000 | 0 | 1000 | 11000 | 1111100 | 1100 | 1001001 |
Color Harmonies of #B2C2B3
Complementary color
Monochromatic Colors of #B2C2B3
Black with #B2C2B3
Text Example
Text Example
White with #B2C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C2B3; }
p { color: rgb(178,194,179); }
H1.HeaderClassName
{
color: #B2C2B3;
}
.AnyTagClassName
{
color: #B2C2B3;
}
</style>
background-color css
<style>
a { background-color: #B2C2B3; }
a { background-color: rgb(178,194,179); }
div.DivClassName
{
background-color: #B2C2B3;
}
.BgClassName
{
background-color: #B2C2B3;
}
</style>
border-color css
<style>
span { border-color: #B2C2B3; }
span { border-color: rgb(178,194,179); }
td.TdClassName
{
border-color: #B2C2B3;
}
.TagClassName
{
border-color: #B2C2B3;
}
</style>