Shades of Zumthor #BFD1D6
Tints of Zumthor #BFD1D6
RGB
CMYK
RGB Variations
Color information
#BFD1D6 (or 0xBFD1D6) is known color: Zumthor. HEX triplet: BF, D1 and D6. RGB value is (191,209,214). Sum of RGB (Red+Green+Blue) = 191+209+214=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFD1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1D6 is #402E29. Grayscale: #CCCCCC. Windows color (decimal): -4206122 or 14078399. OLE color: 14078399.
HSL color Cylindrical-coordinate representation of color #BFD1D6: hue angle of 193.04º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD1D6 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 209 | 214 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.16 |
| HSL | 193.04º | 0.22% | 0.79% | - |
| HSV(B) | 193.04º | 0.11% | 0.84% | - |
| XYZ | 56.42 | 61.53 | 72.52 | - |
| YUV | 204.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 214 | 0.11 | 0.02 | 0 | 0.16 | 193.04 | 0.22 | 0.79 |
| Hex | BF | D1 | D6 | B | 2 | 0 | 10 | C1 | 16 | 4F |
| Octal | 277 | 321 | 326 | 13 | 2 | 0 | 20 | 301 | 26 | 117 |
| Binary | 10111111 | 11010001 | 11010110 | 1011 | 10 | 0 | 10000 | 11000001 | 10110 | 1001111 |
Color Harmonies of #BFD1D6
Complementary color
Monochromatic Colors of #BFD1D6
Black with #BFD1D6
Text Example
Text Example
White with #BFD1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1D6; }
p { color: rgb(191,209,214); }
H1.HeaderClassName
{
color: #BFD1D6;
}
.AnyTagClassName
{
color: #BFD1D6;
}
</style>
background-color css
<style>
a { background-color: #BFD1D6; }
a { background-color: rgb(191,209,214); }
div.DivClassName
{
background-color: #BFD1D6;
}
.BgClassName
{
background-color: #BFD1D6;
}
</style>
border-color css
<style>
span { border-color: #BFD1D6; }
span { border-color: rgb(191,209,214); }
td.TdClassName
{
border-color: #BFD1D6;
}
.TagClassName
{
border-color: #BFD1D6;
}
</style>