Shades of Zumthor #BBD5D8
Tints of Zumthor #BBD5D8
RGB
CMYK
RGB Variations
Color information
#BBD5D8 (or 0xBBD5D8) is known color: Zumthor. HEX triplet: BB, D5 and D8. RGB value is (187,213,216). Sum of RGB (Red+Green+Blue) = 187+213+216=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBD5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5D8 is #442A27. Grayscale: #CDCDCD. Windows color (decimal): -4467240 or 14210491. OLE color: 14210491.
HSL color Cylindrical-coordinate representation of color #BBD5D8: hue angle of 186.21º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD5D8 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 213 | 216 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.15 |
| HSL | 186.21º | 0.27% | 0.79% | - |
| HSV(B) | 186.21º | 0.13% | 0.85% | - |
| XYZ | 56.68 | 63.11 | 74.16 | - |
| YUV | 205.57 | 133.89 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 216 | 0.13 | 0.01 | 0 | 0.15 | 186.21 | 0.27 | 0.79 |
| Hex | BB | D5 | D8 | D | 1 | 0 | F | BA | 1B | 4F |
| Octal | 273 | 325 | 330 | 15 | 1 | 0 | 17 | 272 | 33 | 117 |
| Binary | 10111011 | 11010101 | 11011000 | 1101 | 1 | 0 | 1111 | 10111010 | 11011 | 1001111 |
Color Harmonies of #BBD5D8
Complementary color
Monochromatic Colors of #BBD5D8
Black with #BBD5D8
Text Example
Text Example
White with #BBD5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5D8; }
p { color: rgb(187,213,216); }
H1.HeaderClassName
{
color: #BBD5D8;
}
.AnyTagClassName
{
color: #BBD5D8;
}
</style>
background-color css
<style>
a { background-color: #BBD5D8; }
a { background-color: rgb(187,213,216); }
div.DivClassName
{
background-color: #BBD5D8;
}
.BgClassName
{
background-color: #BBD5D8;
}
</style>
border-color css
<style>
span { border-color: #BBD5D8; }
span { border-color: rgb(187,213,216); }
td.TdClassName
{
border-color: #BBD5D8;
}
.TagClassName
{
border-color: #BBD5D8;
}
</style>