Shades of Zumthor #BFD7D7
Tints of Zumthor #BFD7D7
RGB
CMYK
RGB Variations
Color information
#BFD7D7 (or 0xBFD7D7) is known color: Zumthor. HEX triplet: BF, D7 and D7. RGB value is (191,215,215). Sum of RGB (Red+Green+Blue) = 191+215+215=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 215 - color contains mainly: green, blue. Hex color #BFD7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7D7 is #402828. Grayscale: #CFCFCF. Windows color (decimal): -4204585 or 14145471. OLE color: 14145471.
HSL color Cylindrical-coordinate representation of color #BFD7D7: hue angle of 180º 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 #BFD7D7 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 215 | - |
| CMYK | 0.11 | 0 | 0 | 0.16 |
| HSL | 180º | 0.23% | 0.8% | - |
| HSV(B) | 180º | 0.11% | 0.84% | - |
| XYZ | 58.05 | 64.58 | 73.7 | - |
| YUV | 207.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 215 | 0.11 | 0 | 0 | 0.16 | 180 | 0.23 | 0.8 |
| Hex | BF | D7 | D7 | B | 0 | 0 | 10 | B4 | 17 | 50 |
| Octal | 277 | 327 | 327 | 13 | 0 | 0 | 20 | 264 | 27 | 120 |
| Binary | 10111111 | 11010111 | 11010111 | 1011 | 0 | 0 | 10000 | 10110100 | 10111 | 1010000 |
Color Harmonies of #BFD7D7
Complementary color
Monochromatic Colors of #BFD7D7
Black with #BFD7D7
Text Example
Text Example
White with #BFD7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD7D7; }
p { color: rgb(191,215,215); }
H1.HeaderClassName
{
color: #BFD7D7;
}
.AnyTagClassName
{
color: #BFD7D7;
}
</style>
background-color css
<style>
a { background-color: #BFD7D7; }
a { background-color: rgb(191,215,215); }
div.DivClassName
{
background-color: #BFD7D7;
}
.BgClassName
{
background-color: #BFD7D7;
}
</style>
border-color css
<style>
span { border-color: #BFD7D7; }
span { border-color: rgb(191,215,215); }
td.TdClassName
{
border-color: #BFD7D7;
}
.TagClassName
{
border-color: #BFD7D7;
}
</style>