Shades of Zanah #BAD0B7
Tints of Zanah #BAD0B7
RGB
CMYK
RGB Variations
Color information
#BAD0B7 (or 0xBAD0B7) is known color: Zanah. HEX triplet: BA, D0 and B7. RGB value is (186,208,183). Sum of RGB (Red+Green+Blue) = 186+208+183=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD0B7 is #452F48. Grayscale: #C6C6C6. Windows color (decimal): -4534089 or 12046522. OLE color: 12046522.
HSL color Cylindrical-coordinate representation of color #BAD0B7: hue angle of 112.8º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD0B7 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 183 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.18 |
| HSL | 112.8º | 0.21% | 0.77% | - |
| HSV(B) | 112.8º | 0.12% | 0.82% | - |
| XYZ | 51.35 | 58.97 | 53.48 | - |
| YUV | 198.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 183 | 0.11 | 0 | 0.12 | 0.18 | 112.8 | 0.21 | 0.77 |
| Hex | BA | D0 | B7 | B | 0 | C | 12 | 71 | 15 | 4D |
| Octal | 272 | 320 | 267 | 13 | 0 | 14 | 22 | 161 | 25 | 115 |
| Binary | 10111010 | 11010000 | 10110111 | 1011 | 0 | 1100 | 10010 | 1110001 | 10101 | 1001101 |
Color Harmonies of #BAD0B7
Complementary color
Monochromatic Colors of #BAD0B7
Black with #BAD0B7
Text Example
Text Example
White with #BAD0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD0B7; }
p { color: rgb(186,208,183); }
H1.HeaderClassName
{
color: #BAD0B7;
}
.AnyTagClassName
{
color: #BAD0B7;
}
</style>
background-color css
<style>
a { background-color: #BAD0B7; }
a { background-color: rgb(186,208,183); }
div.DivClassName
{
background-color: #BAD0B7;
}
.BgClassName
{
background-color: #BAD0B7;
}
</style>
border-color css
<style>
span { border-color: #BAD0B7; }
span { border-color: rgb(186,208,183); }
td.TdClassName
{
border-color: #BAD0B7;
}
.TagClassName
{
border-color: #BAD0B7;
}
</style>