Shades of Zumthor #BBD7D9
Tints of Zumthor #BBD7D9
RGB
CMYK
RGB Variations
Color information
#BBD7D9 (or 0xBBD7D9) is known color: Zumthor. HEX triplet: BB, D7 and D9. RGB value is (187,215,217). Sum of RGB (Red+Green+Blue) = 187+215+217=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #BBD7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7D9 is #442826. Grayscale: #CECECE. Windows color (decimal): -4466727 or 14276539. OLE color: 14276539.
HSL color Cylindrical-coordinate representation of color #BBD7D9: hue angle of 184º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD7D9 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 215 | 217 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.15 |
| HSL | 184º | 0.28% | 0.79% | - |
| HSV(B) | 184º | 0.14% | 0.85% | - |
| XYZ | 57.32 | 64.18 | 75.01 | - |
| YUV | 206.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 217 | 0.14 | 0.01 | 0 | 0.15 | 184 | 0.28 | 0.79 |
| Hex | BB | D7 | D9 | E | 1 | 0 | F | B8 | 1C | 4F |
| Octal | 273 | 327 | 331 | 16 | 1 | 0 | 17 | 270 | 34 | 117 |
| Binary | 10111011 | 11010111 | 11011001 | 1110 | 1 | 0 | 1111 | 10111000 | 11100 | 1001111 |
Color Harmonies of #BBD7D9
Complementary color
Monochromatic Colors of #BBD7D9
Black with #BBD7D9
Text Example
Text Example
White with #BBD7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7D9; }
p { color: rgb(187,215,217); }
H1.HeaderClassName
{
color: #BBD7D9;
}
.AnyTagClassName
{
color: #BBD7D9;
}
</style>
background-color css
<style>
a { background-color: #BBD7D9; }
a { background-color: rgb(187,215,217); }
div.DivClassName
{
background-color: #BBD7D9;
}
.BgClassName
{
background-color: #BBD7D9;
}
</style>
border-color css
<style>
span { border-color: #BBD7D9; }
span { border-color: rgb(187,215,217); }
td.TdClassName
{
border-color: #BBD7D9;
}
.TagClassName
{
border-color: #BBD7D9;
}
</style>