Shades of Zumthor #BFD8DC
Tints of Zumthor #BFD8DC
RGB
CMYK
RGB Variations
Color information
#BFD8DC (or 0xBFD8DC) is known color: Zumthor. HEX triplet: BF, D8 and DC. RGB value is (191,216,220). Sum of RGB (Red+Green+Blue) = 191+216+220=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFD8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8DC is #402723. Grayscale: #D0D0D0. Windows color (decimal): -4204324 or 14473407. OLE color: 14473407.
HSL color Cylindrical-coordinate representation of color #BFD8DC: hue angle of 188.28º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFD8DC is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 216 | 220 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.14 |
| HSL | 188.28º | 0.29% | 0.81% | - |
| HSV(B) | 188.28º | 0.13% | 0.86% | - |
| XYZ | 58.96 | 65.36 | 77.22 | - |
| YUV | 208.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 220 | 0.13 | 0.02 | 0 | 0.14 | 188.28 | 0.29 | 0.81 |
| Hex | BF | D8 | DC | D | 2 | 0 | E | BC | 1D | 51 |
| Octal | 277 | 330 | 334 | 15 | 2 | 0 | 16 | 274 | 35 | 121 |
| Binary | 10111111 | 11011000 | 11011100 | 1101 | 10 | 0 | 1110 | 10111100 | 11101 | 1010001 |
Color Harmonies of #BFD8DC
Complementary color
Monochromatic Colors of #BFD8DC
Black with #BFD8DC
Text Example
Text Example
White with #BFD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD8DC; }
p { color: rgb(191,216,220); }
H1.HeaderClassName
{
color: #BFD8DC;
}
.AnyTagClassName
{
color: #BFD8DC;
}
</style>
background-color css
<style>
a { background-color: #BFD8DC; }
a { background-color: rgb(191,216,220); }
div.DivClassName
{
background-color: #BFD8DC;
}
.BgClassName
{
background-color: #BFD8DC;
}
</style>
border-color css
<style>
span { border-color: #BFD8DC; }
span { border-color: rgb(191,216,220); }
td.TdClassName
{
border-color: #BFD8DC;
}
.TagClassName
{
border-color: #BFD8DC;
}
</style>