Shades of Zumthor #BFD6D5
Tints of Zumthor #BFD6D5
RGB
CMYK
RGB Variations
Color information
#BFD6D5 (or 0xBFD6D5) is known color: Zumthor. HEX triplet: BF, D6 and D5. RGB value is (191,214,213). Sum of RGB (Red+Green+Blue) = 191+214+213=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6D5 is #40292A. Grayscale: #CECECE. Windows color (decimal): -4204843 or 14014143. OLE color: 14014143.
HSL color Cylindrical-coordinate representation of color #BFD6D5: hue angle of 177.39º 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 #BFD6D5 is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 213 | - |
| CMYK | 0.11 | 0 | 0.00 | 0.16 |
| HSL | 177.39º | 0.22% | 0.79% | - |
| HSV(B) | 177.39º | 0.11% | 0.84% | - |
| XYZ | 57.54 | 63.97 | 72.27 | - |
| YUV | 207.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 213 | 0.11 | 0 | 0.00 | 0.16 | 177.39 | 0.22 | 0.79 |
| Hex | BF | D6 | D5 | B | 0 | 0 | 10 | B1 | 16 | 4F |
| Octal | 277 | 326 | 325 | 13 | 0 | 0 | 20 | 261 | 26 | 117 |
| Binary | 10111111 | 11010110 | 11010101 | 1011 | 0 | 0 | 10000 | 10110001 | 10110 | 1001111 |
Color Harmonies of #BFD6D5
Complementary color
Monochromatic Colors of #BFD6D5
Black with #BFD6D5
Text Example
Text Example
White with #BFD6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6D5; }
p { color: rgb(191,214,213); }
H1.HeaderClassName
{
color: #BFD6D5;
}
.AnyTagClassName
{
color: #BFD6D5;
}
</style>
background-color css
<style>
a { background-color: #BFD6D5; }
a { background-color: rgb(191,214,213); }
div.DivClassName
{
background-color: #BFD6D5;
}
.BgClassName
{
background-color: #BFD6D5;
}
</style>
border-color css
<style>
span { border-color: #BFD6D5; }
span { border-color: rgb(191,214,213); }
td.TdClassName
{
border-color: #BFD6D5;
}
.TagClassName
{
border-color: #BFD6D5;
}
</style>