Shades of Zanah #B3BDB4
Tints of Zanah #B3BDB4
RGB
CMYK
RGB Variations
Color information
#B3BDB4 (or 0xB3BDB4) is known color: Zanah. HEX triplet: B3, BD and B4. RGB value is (179,189,180). Sum of RGB (Red+Green+Blue) = 179+189+180=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BDB4 is #4C424B. Grayscale: #B9B9B9. Windows color (decimal): -4997708 or 11845043. OLE color: 11845043.
HSL color Cylindrical-coordinate representation of color #B3BDB4: hue angle of 126º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B3BDB4 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 189 | 180 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.26 |
| HSL | 126º | 0.07% | 0.72% | - |
| HSV(B) | 126º | 0.05% | 0.74% | - |
| XYZ | 45.03 | 49.27 | 50.32 | - |
| YUV | 184.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 189 | 180 | 0.05 | 0 | 0.05 | 0.26 | 126 | 0.07 | 0.72 |
| Hex | B3 | BD | B4 | 5 | 0 | 5 | 1A | 7E | 7 | 48 |
| Octal | 263 | 275 | 264 | 5 | 0 | 5 | 32 | 176 | 7 | 110 |
| Binary | 10110011 | 10111101 | 10110100 | 101 | 0 | 101 | 11010 | 1111110 | 111 | 1001000 |
Color Harmonies of #B3BDB4
Complementary color
Monochromatic Colors of #B3BDB4
Black with #B3BDB4
Text Example
Text Example
White with #B3BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BDB4; }
p { color: rgb(179,189,180); }
H1.HeaderClassName
{
color: #B3BDB4;
}
.AnyTagClassName
{
color: #B3BDB4;
}
</style>
background-color css
<style>
a { background-color: #B3BDB4; }
a { background-color: rgb(179,189,180); }
div.DivClassName
{
background-color: #B3BDB4;
}
.BgClassName
{
background-color: #B3BDB4;
}
</style>
border-color css
<style>
span { border-color: #B3BDB4; }
span { border-color: rgb(179,189,180); }
td.TdClassName
{
border-color: #B3BDB4;
}
.TagClassName
{
border-color: #B3BDB4;
}
</style>