Shades of Zumthor #BFD6D6
Tints of Zumthor #BFD6D6
RGB
CMYK
RGB Variations
Color information
#BFD6D6 (or 0xBFD6D6) is known color: Zumthor. HEX triplet: BF, D6 and D6. RGB value is (191,214,214). Sum of RGB (Red+Green+Blue) = 191+214+214=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 214 - color contains mainly: green, blue. Hex color #BFD6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6D6 is #402929. Grayscale: #CFCFCF. Windows color (decimal): -4204842 or 14079679. OLE color: 14079679.
HSL color Cylindrical-coordinate representation of color #BFD6D6: hue angle of 180º 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 #BFD6D6 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 191 | 214 | 214 | - |
CMYK | 0.11 | 0 | 0 | 0.16 |
HSL | 180º | 0.22% | 0.79% | - |
HSV(B) | 180º | 0.11% | 0.84% | - |
XYZ | 57.67 | 64.02 | 72.94 | - |
YUV | 207.12 | 131.88 | 116.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 214 | 214 | 0.11 | 0 | 0 | 0.16 | 180 | 0.22 | 0.79 |
Hex | BF | D6 | D6 | B | 0 | 0 | 10 | B4 | 16 | 4F |
Octal | 277 | 326 | 326 | 13 | 0 | 0 | 20 | 264 | 26 | 117 |
Binary | 10111111 | 11010110 | 11010110 | 1011 | 0 | 0 | 10000 | 10110100 | 10110 | 1001111 |
Color Harmonies of #BFD6D6
Complementary color
Monochromatic Colors of #BFD6D6
Black with #BFD6D6
Text Example
Text Example
White with #BFD6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6D6; }
p { color: rgb(191,214,214); }
H1.HeaderClassName
{
color: #BFD6D6;
}
.AnyTagClassName
{
color: #BFD6D6;
}
</style>
background-color css
<style>
a { background-color: #BFD6D6; }
a { background-color: rgb(191,214,214); }
div.DivClassName
{
background-color: #BFD6D6;
}
.BgClassName
{
background-color: #BFD6D6;
}
</style>
border-color css
<style>
span { border-color: #BFD6D6; }
span { border-color: rgb(191,214,214); }
td.TdClassName
{
border-color: #BFD6D6;
}
.TagClassName
{
border-color: #BFD6D6;
}
</style>