Shades of Zumthor #BFD6D4
Tints of Zumthor #BFD6D4
RGB
CMYK
RGB Variations
Color information
#BFD6D4 (or 0xBFD6D4) is known color: Zumthor. HEX triplet: BF, D6 and D4. RGB value is (191,214,212). Sum of RGB (Red+Green+Blue) = 191+214+212=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6D4 is #40292B. Grayscale: #CECECE. Windows color (decimal): -4204844 or 13948607. OLE color: 13948607.
HSL color Cylindrical-coordinate representation of color #BFD6D4: hue angle of 174.78º 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 #BFD6D4 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 212 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.16 |
| HSL | 174.78º | 0.22% | 0.79% | - |
| HSV(B) | 174.78º | 0.11% | 0.84% | - |
| XYZ | 57.42 | 63.92 | 71.6 | - |
| YUV | 206.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 212 | 0.11 | 0 | 0.01 | 0.16 | 174.78 | 0.22 | 0.79 |
| Hex | BF | D6 | D4 | B | 0 | 1 | 10 | AF | 16 | 4F |
| Octal | 277 | 326 | 324 | 13 | 0 | 1 | 20 | 257 | 26 | 117 |
| Binary | 10111111 | 11010110 | 11010100 | 1011 | 0 | 1 | 10000 | 10101111 | 10110 | 1001111 |
Color Harmonies of #BFD6D4
Complementary color
Monochromatic Colors of #BFD6D4
Black with #BFD6D4
Text Example
Text Example
White with #BFD6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6D4; }
p { color: rgb(191,214,212); }
H1.HeaderClassName
{
color: #BFD6D4;
}
.AnyTagClassName
{
color: #BFD6D4;
}
</style>
background-color css
<style>
a { background-color: #BFD6D4; }
a { background-color: rgb(191,214,212); }
div.DivClassName
{
background-color: #BFD6D4;
}
.BgClassName
{
background-color: #BFD6D4;
}
</style>
border-color css
<style>
span { border-color: #BFD6D4; }
span { border-color: rgb(191,214,212); }
td.TdClassName
{
border-color: #BFD6D4;
}
.TagClassName
{
border-color: #BFD6D4;
}
</style>