Shades of Zumthor #BFD4D8
Tints of Zumthor #BFD4D8
RGB
CMYK
RGB Variations
Color information
#BFD4D8 (or 0xBFD4D8) is known color: Zumthor. HEX triplet: BF, D4 and D8. RGB value is (191,212,216). Sum of RGB (Red+Green+Blue) = 191+212+216=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFD4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4D8 is #402B27. Grayscale: #CECECE. Windows color (decimal): -4205352 or 14210239. OLE color: 14210239.
HSL color Cylindrical-coordinate representation of color #BFD4D8: hue angle of 189.6º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD4D8 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 212 | 216 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.15 |
| HSL | 189.6º | 0.24% | 0.8% | - |
| HSV(B) | 189.6º | 0.12% | 0.85% | - |
| XYZ | 57.42 | 63.12 | 74.12 | - |
| YUV | 206.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 216 | 0.12 | 0.02 | 0 | 0.15 | 189.6 | 0.24 | 0.8 |
| Hex | BF | D4 | D8 | C | 2 | 0 | F | BE | 18 | 50 |
| Octal | 277 | 324 | 330 | 14 | 2 | 0 | 17 | 276 | 30 | 120 |
| Binary | 10111111 | 11010100 | 11011000 | 1100 | 10 | 0 | 1111 | 10111110 | 11000 | 1010000 |
Color Harmonies of #BFD4D8
Complementary color
Monochromatic Colors of #BFD4D8
Black with #BFD4D8
Text Example
Text Example
White with #BFD4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD4D8; }
p { color: rgb(191,212,216); }
H1.HeaderClassName
{
color: #BFD4D8;
}
.AnyTagClassName
{
color: #BFD4D8;
}
</style>
background-color css
<style>
a { background-color: #BFD4D8; }
a { background-color: rgb(191,212,216); }
div.DivClassName
{
background-color: #BFD4D8;
}
.BgClassName
{
background-color: #BFD4D8;
}
</style>
border-color css
<style>
span { border-color: #BFD4D8; }
span { border-color: rgb(191,212,216); }
td.TdClassName
{
border-color: #BFD4D8;
}
.TagClassName
{
border-color: #BFD4D8;
}
</style>