Shades of Zumthor #BFD6DB
Tints of Zumthor #BFD6DB
RGB
CMYK
RGB Variations
Color information
#BFD6DB (or 0xBFD6DB) is known color: Zumthor. HEX triplet: BF, D6 and DB. RGB value is (191,214,219). Sum of RGB (Red+Green+Blue) = 191+214+219=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6DB is #402924. Grayscale: #CFCFCF. Windows color (decimal): -4204837 or 14407359. OLE color: 14407359.
HSL color Cylindrical-coordinate representation of color #BFD6DB: hue angle of 190.71º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFD6DB is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 191 | 214 | 219 | - |
CMYK | 0.13 | 0.02 | 0 | 0.14 |
HSL | 190.71º | 0.28% | 0.8% | - |
HSV(B) | 190.71º | 0.13% | 0.86% | - |
XYZ | 58.32 | 64.28 | 76.35 | - |
YUV | 207.69 | 134.38 | 116.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 214 | 219 | 0.13 | 0.02 | 0 | 0.14 | 190.71 | 0.28 | 0.8 |
Hex | BF | D6 | DB | D | 2 | 0 | E | BF | 1C | 50 |
Octal | 277 | 326 | 333 | 15 | 2 | 0 | 16 | 277 | 34 | 120 |
Binary | 10111111 | 11010110 | 11011011 | 1101 | 10 | 0 | 1110 | 10111111 | 11100 | 1010000 |
Color Harmonies of #BFD6DB
Complementary color
Monochromatic Colors of #BFD6DB
Black with #BFD6DB
Text Example
Text Example
White with #BFD6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6DB; }
p { color: rgb(191,214,219); }
H1.HeaderClassName
{
color: #BFD6DB;
}
.AnyTagClassName
{
color: #BFD6DB;
}
</style>
background-color css
<style>
a { background-color: #BFD6DB; }
a { background-color: rgb(191,214,219); }
div.DivClassName
{
background-color: #BFD6DB;
}
.BgClassName
{
background-color: #BFD6DB;
}
</style>
border-color css
<style>
span { border-color: #BFD6DB; }
span { border-color: rgb(191,214,219); }
td.TdClassName
{
border-color: #BFD6DB;
}
.TagClassName
{
border-color: #BFD6DB;
}
</style>