Shades of Zumthor #BFD7DB
Tints of Zumthor #BFD7DB
RGB
CMYK
RGB Variations
Color information
#BFD7DB (or 0xBFD7DB) is known color: Zumthor. HEX triplet: BF, D7 and DB. RGB value is (191,215,219). Sum of RGB (Red+Green+Blue) = 191+215+219=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7DB is #402824. Grayscale: #D0D0D0. Windows color (decimal): -4204581 or 14407615. OLE color: 14407615.
HSL color Cylindrical-coordinate representation of color #BFD7DB: hue angle of 188.57º 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 #BFD7DB is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 215 | 219 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.14 |
| HSL | 188.57º | 0.28% | 0.8% | - |
| HSV(B) | 188.57º | 0.13% | 0.86% | - |
| XYZ | 58.57 | 64.79 | 76.44 | - |
| YUV | 208.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 219 | 0.13 | 0.02 | 0 | 0.14 | 188.57 | 0.28 | 0.8 |
| Hex | BF | D7 | DB | D | 2 | 0 | E | BD | 1C | 50 |
| Octal | 277 | 327 | 333 | 15 | 2 | 0 | 16 | 275 | 34 | 120 |
| Binary | 10111111 | 11010111 | 11011011 | 1101 | 10 | 0 | 1110 | 10111101 | 11100 | 1010000 |
Color Harmonies of #BFD7DB
Complementary color
Monochromatic Colors of #BFD7DB
Black with #BFD7DB
Text Example
Text Example
White with #BFD7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD7DB; }
p { color: rgb(191,215,219); }
H1.HeaderClassName
{
color: #BFD7DB;
}
.AnyTagClassName
{
color: #BFD7DB;
}
</style>
background-color css
<style>
a { background-color: #BFD7DB; }
a { background-color: rgb(191,215,219); }
div.DivClassName
{
background-color: #BFD7DB;
}
.BgClassName
{
background-color: #BFD7DB;
}
</style>
border-color css
<style>
span { border-color: #BFD7DB; }
span { border-color: rgb(191,215,219); }
td.TdClassName
{
border-color: #BFD7DB;
}
.TagClassName
{
border-color: #BFD7DB;
}
</style>