Shades of Zumthor #BBD2D5
Tints of Zumthor #BBD2D5
RGB
CMYK
RGB Variations
Color information
#BBD2D5 (or 0xBBD2D5) is known color: Zumthor. HEX triplet: BB, D2 and D5. RGB value is (187,210,213). Sum of RGB (Red+Green+Blue) = 187+210+213=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBD2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2D5 is #442D2A. Grayscale: #CBCBCB. Windows color (decimal): -4468011 or 14013115. OLE color: 14013115.
HSL color Cylindrical-coordinate representation of color #BBD2D5: hue angle of 186.92º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD2D5 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 210 | 213 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.16 |
| HSL | 186.92º | 0.24% | 0.78% | - |
| HSV(B) | 186.92º | 0.12% | 0.84% | - |
| XYZ | 55.55 | 61.46 | 71.89 | - |
| YUV | 203.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 213 | 0.12 | 0.01 | 0 | 0.16 | 186.92 | 0.24 | 0.78 |
| Hex | BB | D2 | D5 | C | 1 | 0 | 10 | BB | 18 | 4E |
| Octal | 273 | 322 | 325 | 14 | 1 | 0 | 20 | 273 | 30 | 116 |
| Binary | 10111011 | 11010010 | 11010101 | 1100 | 1 | 0 | 10000 | 10111011 | 11000 | 1001110 |
Color Harmonies of #BBD2D5
Complementary color
Monochromatic Colors of #BBD2D5
Black with #BBD2D5
Text Example
Text Example
White with #BBD2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2D5; }
p { color: rgb(187,210,213); }
H1.HeaderClassName
{
color: #BBD2D5;
}
.AnyTagClassName
{
color: #BBD2D5;
}
</style>
background-color css
<style>
a { background-color: #BBD2D5; }
a { background-color: rgb(187,210,213); }
div.DivClassName
{
background-color: #BBD2D5;
}
.BgClassName
{
background-color: #BBD2D5;
}
</style>
border-color css
<style>
span { border-color: #BBD2D5; }
span { border-color: rgb(187,210,213); }
td.TdClassName
{
border-color: #BBD2D5;
}
.TagClassName
{
border-color: #BBD2D5;
}
</style>