Shades of Zumthor #BBD4D5
Tints of Zumthor #BBD4D5
RGB
CMYK
RGB Variations
Color information
#BBD4D5 (or 0xBBD4D5) is known color: Zumthor. HEX triplet: BB, D4 and D5. RGB value is (187,212,213). Sum of RGB (Red+Green+Blue) = 187+212+213=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBD4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4D5 is #442B2A. Grayscale: #CCCCCC. Windows color (decimal): -4467499 or 14013627. OLE color: 14013627.
HSL color Cylindrical-coordinate representation of color #BBD4D5: hue angle of 182.31º 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 #BBD4D5 is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 212 | 213 | - |
| CMYK | 0.12 | 0.00 | 0 | 0.16 |
| HSL | 182.31º | 0.24% | 0.78% | - |
| HSV(B) | 182.31º | 0.12% | 0.84% | - |
| XYZ | 56.05 | 62.46 | 72.05 | - |
| YUV | 204.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 213 | 0.12 | 0.00 | 0 | 0.16 | 182.31 | 0.24 | 0.78 |
| Hex | BB | D4 | D5 | C | 0 | 0 | 10 | B6 | 18 | 4E |
| Octal | 273 | 324 | 325 | 14 | 0 | 0 | 20 | 266 | 30 | 116 |
| Binary | 10111011 | 11010100 | 11010101 | 1100 | 0 | 0 | 10000 | 10110110 | 11000 | 1001110 |
Color Harmonies of #BBD4D5
Complementary color
Monochromatic Colors of #BBD4D5
Black with #BBD4D5
Text Example
Text Example
White with #BBD4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD4D5; }
p { color: rgb(187,212,213); }
H1.HeaderClassName
{
color: #BBD4D5;
}
.AnyTagClassName
{
color: #BBD4D5;
}
</style>
background-color css
<style>
a { background-color: #BBD4D5; }
a { background-color: rgb(187,212,213); }
div.DivClassName
{
background-color: #BBD4D5;
}
.BgClassName
{
background-color: #BBD4D5;
}
</style>
border-color css
<style>
span { border-color: #BBD4D5; }
span { border-color: rgb(187,212,213); }
td.TdClassName
{
border-color: #BBD4D5;
}
.TagClassName
{
border-color: #BBD4D5;
}
</style>