Shades of Zumthor #BBDBDA
Tints of Zumthor #BBDBDA
RGB
CMYK
RGB Variations
Color information
#BBDBDA (or 0xBBDBDA) is known color: Zumthor. HEX triplet: BB, DB and DA. RGB value is (187,219,218). Sum of RGB (Red+Green+Blue) = 187+219+218=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBDA is #442425. Grayscale: #D1D1D1. Windows color (decimal): -4465702 or 14343099. OLE color: 14343099.
HSL color Cylindrical-coordinate representation of color #BBDBDA: hue angle of 178.12º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBDA is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 218 | - |
| CMYK | 0.15 | 0 | 0.00 | 0.14 |
| HSL | 178.13º | 0.31% | 0.8% | - |
| HSV(B) | 178.13º | 0.15% | 0.86% | - |
| XYZ | 58.48 | 66.29 | 76.04 | - |
| YUV | 209.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 218 | 0.15 | 0 | 0.00 | 0.14 | 178.13 | 0.31 | 0.8 |
| Hex | BB | DB | DA | F | 0 | 0 | E | B2 | 1F | 50 |
| Octal | 273 | 333 | 332 | 17 | 0 | 0 | 16 | 262 | 37 | 120 |
| Binary | 10111011 | 11011011 | 11011010 | 1111 | 0 | 0 | 1110 | 10110010 | 11111 | 1010000 |
Color Harmonies of #BBDBDA
Complementary color
Monochromatic Colors of #BBDBDA
Black with #BBDBDA
Text Example
Text Example
White with #BBDBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBDA; }
p { color: rgb(187,219,218); }
H1.HeaderClassName
{
color: #BBDBDA;
}
.AnyTagClassName
{
color: #BBDBDA;
}
</style>
background-color css
<style>
a { background-color: #BBDBDA; }
a { background-color: rgb(187,219,218); }
div.DivClassName
{
background-color: #BBDBDA;
}
.BgClassName
{
background-color: #BBDBDA;
}
</style>
border-color css
<style>
span { border-color: #BBDBDA; }
span { border-color: rgb(187,219,218); }
td.TdClassName
{
border-color: #BBDBDA;
}
.TagClassName
{
border-color: #BBDBDA;
}
</style>