Shades of Zumthor #BAD2D5
Tints of Zumthor #BAD2D5
RGB
CMYK
RGB Variations
Color information
#BAD2D5 (or 0xBAD2D5) is known color: Zumthor. HEX triplet: BA, D2 and D5. RGB value is (186,210,213). Sum of RGB (Red+Green+Blue) = 186+210+213=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAD2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2D5 is #452D2A. Grayscale: #CBCBCB. Windows color (decimal): -4533547 or 14013114. OLE color: 14013114.
HSL color Cylindrical-coordinate representation of color #BAD2D5: hue angle of 186.67º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD2D5 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 186 | 210 | 213 | - |
CMYK | 0.13 | 0.01 | 0 | 0.16 |
HSL | 186.67º | 0.24% | 0.78% | - |
HSV(B) | 186.67º | 0.13% | 0.84% | - |
XYZ | 55.31 | 61.34 | 71.87 | - |
YUV | 203.17 | 133.55 | 115.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 210 | 213 | 0.13 | 0.01 | 0 | 0.16 | 186.67 | 0.24 | 0.78 |
Hex | BA | D2 | D5 | D | 1 | 0 | 10 | BB | 18 | 4E |
Octal | 272 | 322 | 325 | 15 | 1 | 0 | 20 | 273 | 30 | 116 |
Binary | 10111010 | 11010010 | 11010101 | 1101 | 1 | 0 | 10000 | 10111011 | 11000 | 1001110 |
Color Harmonies of #BAD2D5
Complementary color
Monochromatic Colors of #BAD2D5
Black with #BAD2D5
Text Example
Text Example
White with #BAD2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2D5; }
p { color: rgb(186,210,213); }
H1.HeaderClassName
{
color: #BAD2D5;
}
.AnyTagClassName
{
color: #BAD2D5;
}
</style>
background-color css
<style>
a { background-color: #BAD2D5; }
a { background-color: rgb(186,210,213); }
div.DivClassName
{
background-color: #BAD2D5;
}
.BgClassName
{
background-color: #BAD2D5;
}
</style>
border-color css
<style>
span { border-color: #BAD2D5; }
span { border-color: rgb(186,210,213); }
td.TdClassName
{
border-color: #BAD2D5;
}
.TagClassName
{
border-color: #BAD2D5;
}
</style>