Shades of Zumthor #BBD5D7
Tints of Zumthor #BBD5D7
RGB
CMYK
RGB Variations
Color information
#BBD5D7 (or 0xBBD5D7) is known color: Zumthor. HEX triplet: BB, D5 and D7. RGB value is (187,213,215). Sum of RGB (Red+Green+Blue) = 187+213+215=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBD5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5D7 is #442A28. Grayscale: #CDCDCD. Windows color (decimal): -4467241 or 14144955. OLE color: 14144955.
HSL color Cylindrical-coordinate representation of color #BBD5D7: hue angle of 184.29º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD5D7 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 215 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.16 |
| HSL | 184.29º | 0.26% | 0.79% | - |
| HSV(B) | 184.29º | 0.13% | 0.84% | - |
| XYZ | 56.55 | 63.06 | 73.48 | - |
| YUV | 205.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 215 | 0.13 | 0.01 | 0 | 0.16 | 184.29 | 0.26 | 0.79 |
| Hex | BB | D5 | D7 | D | 1 | 0 | 10 | B8 | 1A | 4F |
| Octal | 273 | 325 | 327 | 15 | 1 | 0 | 20 | 270 | 32 | 117 |
| Binary | 10111011 | 11010101 | 11010111 | 1101 | 1 | 0 | 10000 | 10111000 | 11010 | 1001111 |
Color Harmonies of #BBD5D7
Complementary color
Monochromatic Colors of #BBD5D7
Black with #BBD5D7
Text Example
Text Example
White with #BBD5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5D7; }
p { color: rgb(187,213,215); }
H1.HeaderClassName
{
color: #BBD5D7;
}
.AnyTagClassName
{
color: #BBD5D7;
}
</style>
background-color css
<style>
a { background-color: #BBD5D7; }
a { background-color: rgb(187,213,215); }
div.DivClassName
{
background-color: #BBD5D7;
}
.BgClassName
{
background-color: #BBD5D7;
}
</style>
border-color css
<style>
span { border-color: #BBD5D7; }
span { border-color: rgb(187,213,215); }
td.TdClassName
{
border-color: #BBD5D7;
}
.TagClassName
{
border-color: #BBD5D7;
}
</style>