Shades of Zanah #B2BEB2
Tints of Zanah #B2BEB2
RGB
CMYK
RGB Variations
Color information
#B2BEB2 (or 0xB2BEB2) is known color: Zanah. HEX triplet: B2, BE and B2. RGB value is (178,190,178). Sum of RGB (Red+Green+Blue) = 178+190+178=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BEB2 is #4D414D. Grayscale: #B9B9B9. Windows color (decimal): -5062990 or 11714226. OLE color: 11714226.
HSL color Cylindrical-coordinate representation of color #B2BEB2: hue angle of 120º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2BEB2 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 178 | 190 | 178 | - |
CMYK | 0.06 | 0 | 0.06 | 0.25 |
HSL | 120º | 0.08% | 0.72% | - |
HSV(B) | 120º | 0.06% | 0.75% | - |
XYZ | 44.81 | 49.51 | 49.31 | - |
YUV | 185.04 | 124.02 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 190 | 178 | 0.06 | 0 | 0.06 | 0.25 | 120 | 0.08 | 0.72 |
Hex | B2 | BE | B2 | 6 | 0 | 6 | 19 | 78 | 8 | 48 |
Octal | 262 | 276 | 262 | 6 | 0 | 6 | 31 | 170 | 10 | 110 |
Binary | 10110010 | 10111110 | 10110010 | 110 | 0 | 110 | 11001 | 1111000 | 1000 | 1001000 |
Color Harmonies of #B2BEB2
Complementary color
Monochromatic Colors of #B2BEB2
Black with #B2BEB2
Text Example
Text Example
White with #B2BEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEB2; }
p { color: rgb(178,190,178); }
H1.HeaderClassName
{
color: #B2BEB2;
}
.AnyTagClassName
{
color: #B2BEB2;
}
</style>
background-color css
<style>
a { background-color: #B2BEB2; }
a { background-color: rgb(178,190,178); }
div.DivClassName
{
background-color: #B2BEB2;
}
.BgClassName
{
background-color: #B2BEB2;
}
</style>
border-color css
<style>
span { border-color: #B2BEB2; }
span { border-color: rgb(178,190,178); }
td.TdClassName
{
border-color: #B2BEB2;
}
.TagClassName
{
border-color: #B2BEB2;
}
</style>