Shades of Zumthor #BFD9DB
Tints of Zumthor #BFD9DB
RGB
CMYK
RGB Variations
Color information
#BFD9DB (or 0xBFD9DB) is known color: Zumthor. HEX triplet: BF, D9 and DB. RGB value is (191,217,219). Sum of RGB (Red+Green+Blue) = 191+217+219=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9DB is #402624. Grayscale: #D1D1D1. Windows color (decimal): -4204069 or 14408127. OLE color: 14408127.
HSL color Cylindrical-coordinate representation of color #BFD9DB: hue angle of 184.29º 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 #BFD9DB is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 217 | 219 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.14 |
| HSL | 184.29º | 0.28% | 0.8% | - |
| HSV(B) | 184.29º | 0.13% | 0.86% | - |
| XYZ | 59.08 | 65.82 | 76.61 | - |
| YUV | 209.45 | 133.39 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 219 | 0.13 | 0.01 | 0 | 0.14 | 184.29 | 0.28 | 0.8 |
| Hex | BF | D9 | DB | D | 1 | 0 | E | B8 | 1C | 50 |
| Octal | 277 | 331 | 333 | 15 | 1 | 0 | 16 | 270 | 34 | 120 |
| Binary | 10111111 | 11011001 | 11011011 | 1101 | 1 | 0 | 1110 | 10111000 | 11100 | 1010000 |
Color Harmonies of #BFD9DB
Complementary color
Monochromatic Colors of #BFD9DB
Black with #BFD9DB
Text Example
Text Example
White with #BFD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD9DB; }
p { color: rgb(191,217,219); }
H1.HeaderClassName
{
color: #BFD9DB;
}
.AnyTagClassName
{
color: #BFD9DB;
}
</style>
background-color css
<style>
a { background-color: #BFD9DB; }
a { background-color: rgb(191,217,219); }
div.DivClassName
{
background-color: #BFD9DB;
}
.BgClassName
{
background-color: #BFD9DB;
}
</style>
border-color css
<style>
span { border-color: #BFD9DB; }
span { border-color: rgb(191,217,219); }
td.TdClassName
{
border-color: #BFD9DB;
}
.TagClassName
{
border-color: #BFD9DB;
}
</style>