Shades of Zumthor #BFD7D6
Tints of Zumthor #BFD7D6
RGB
CMYK
RGB Variations
Color information
#BFD7D6 (or 0xBFD7D6) is known color: Zumthor. HEX triplet: BF, D7 and D6. RGB value is (191,215,214). Sum of RGB (Red+Green+Blue) = 191+215+214=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7D6 is #402829. Grayscale: #CFCFCF. Windows color (decimal): -4204586 or 14079935. OLE color: 14079935.
HSL color Cylindrical-coordinate representation of color #BFD7D6: hue angle of 177.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD7D6 is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 214 | - |
| CMYK | 0.11 | 0 | 0.00 | 0.16 |
| HSL | 177.5º | 0.23% | 0.8% | - |
| HSV(B) | 177.5º | 0.11% | 0.84% | - |
| XYZ | 57.92 | 64.53 | 73.02 | - |
| YUV | 207.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 214 | 0.11 | 0 | 0.00 | 0.16 | 177.5 | 0.23 | 0.8 |
| Hex | BF | D7 | D6 | B | 0 | 0 | 10 | B2 | 17 | 50 |
| Octal | 277 | 327 | 326 | 13 | 0 | 0 | 20 | 262 | 27 | 120 |
| Binary | 10111111 | 11010111 | 11010110 | 1011 | 0 | 0 | 10000 | 10110010 | 10111 | 1010000 |
Color Harmonies of #BFD7D6
Complementary color
Monochromatic Colors of #BFD7D6
Black with #BFD7D6
Text Example
Text Example
White with #BFD7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD7D6; }
p { color: rgb(191,215,214); }
H1.HeaderClassName
{
color: #BFD7D6;
}
.AnyTagClassName
{
color: #BFD7D6;
}
</style>
background-color css
<style>
a { background-color: #BFD7D6; }
a { background-color: rgb(191,215,214); }
div.DivClassName
{
background-color: #BFD7D6;
}
.BgClassName
{
background-color: #BFD7D6;
}
</style>
border-color css
<style>
span { border-color: #BFD7D6; }
span { border-color: rgb(191,215,214); }
td.TdClassName
{
border-color: #BFD7D6;
}
.TagClassName
{
border-color: #BFD7D6;
}
</style>