Shades of Zumthor #BBDADA
Tints of Zumthor #BBDADA
RGB
CMYK
RGB Variations
Color information
#BBDADA (or 0xBBDADA) is known color: Zumthor. HEX triplet: BB, DA and DA. RGB value is (187,218,218). Sum of RGB (Red+Green+Blue) = 187+218+218=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #BBDADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDADA is #442525. Grayscale: #D0D0D0. Windows color (decimal): -4465958 or 14342843. OLE color: 14342843.
HSL color Cylindrical-coordinate representation of color #BBDADA: hue angle of 180º degrees, saturation: 0.3, 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 #BBDADA is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 218 | - |
| CMYK | 0.14 | 0 | 0 | 0.15 |
| HSL | 180º | 0.3% | 0.79% | - |
| HSV(B) | 180º | 0.14% | 0.85% | - |
| XYZ | 58.22 | 65.77 | 75.96 | - |
| YUV | 208.73 | 133.23 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 218 | 0.14 | 0 | 0 | 0.15 | 180 | 0.3 | 0.79 |
| Hex | BB | DA | DA | E | 0 | 0 | F | B4 | 1E | 4F |
| Octal | 273 | 332 | 332 | 16 | 0 | 0 | 17 | 264 | 36 | 117 |
| Binary | 10111011 | 11011010 | 11011010 | 1110 | 0 | 0 | 1111 | 10110100 | 11110 | 1001111 |
Color Harmonies of #BBDADA
Complementary color
Monochromatic Colors of #BBDADA
Black with #BBDADA
Text Example
Text Example
White with #BBDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDADA; }
p { color: rgb(187,218,218); }
H1.HeaderClassName
{
color: #BBDADA;
}
.AnyTagClassName
{
color: #BBDADA;
}
</style>
background-color css
<style>
a { background-color: #BBDADA; }
a { background-color: rgb(187,218,218); }
div.DivClassName
{
background-color: #BBDADA;
}
.BgClassName
{
background-color: #BBDADA;
}
</style>
border-color css
<style>
span { border-color: #BBDADA; }
span { border-color: rgb(187,218,218); }
td.TdClassName
{
border-color: #BBDADA;
}
.TagClassName
{
border-color: #BBDADA;
}
</style>