Shades of Zumthor #BFD8DB
Tints of Zumthor #BFD8DB
RGB
CMYK
RGB Variations
Color information
#BFD8DB (or 0xBFD8DB) is known color: Zumthor. HEX triplet: BF, D8 and DB. RGB value is (191,216,219). Sum of RGB (Red+Green+Blue) = 191+216+219=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8DB is #402724. Grayscale: #D0D0D0. Windows color (decimal): -4204325 or 14407871. OLE color: 14407871.
HSL color Cylindrical-coordinate representation of color #BFD8DB: hue angle of 186.43º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFD8DB is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 216 | 219 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.14 |
| HSL | 186.43º | 0.28% | 0.8% | - |
| HSV(B) | 186.43º | 0.13% | 0.86% | - |
| XYZ | 58.83 | 65.3 | 76.52 | - |
| YUV | 208.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 219 | 0.13 | 0.01 | 0 | 0.14 | 186.43 | 0.28 | 0.8 |
| Hex | BF | D8 | DB | D | 1 | 0 | E | BA | 1C | 50 |
| Octal | 277 | 330 | 333 | 15 | 1 | 0 | 16 | 272 | 34 | 120 |
| Binary | 10111111 | 11011000 | 11011011 | 1101 | 1 | 0 | 1110 | 10111010 | 11100 | 1010000 |
Color Harmonies of #BFD8DB
Complementary color
Monochromatic Colors of #BFD8DB
Black with #BFD8DB
Text Example
Text Example
White with #BFD8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD8DB; }
p { color: rgb(191,216,219); }
H1.HeaderClassName
{
color: #BFD8DB;
}
.AnyTagClassName
{
color: #BFD8DB;
}
</style>
background-color css
<style>
a { background-color: #BFD8DB; }
a { background-color: rgb(191,216,219); }
div.DivClassName
{
background-color: #BFD8DB;
}
.BgClassName
{
background-color: #BFD8DB;
}
</style>
border-color css
<style>
span { border-color: #BFD8DB; }
span { border-color: rgb(191,216,219); }
td.TdClassName
{
border-color: #BFD8DB;
}
.TagClassName
{
border-color: #BFD8DB;
}
</style>