Shades of Zumthor #BFDBDC
Tints of Zumthor #BFDBDC
RGB
CMYK
RGB Variations
Color information
#BFDBDC (or 0xBFDBDC) is known color: Zumthor. HEX triplet: BF, DB and DC. RGB value is (191,219,220). Sum of RGB (Red+Green+Blue) = 191+219+220=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFDBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBDC is #402423. Grayscale: #D2D2D2. Windows color (decimal): -4203556 or 14474175. OLE color: 14474175.
HSL color Cylindrical-coordinate representation of color #BFDBDC: hue angle of 182.07º 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 #BFDBDC is Cyan = 0.13, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 220 | - |
| CMYK | 0.13 | 0.00 | 0 | 0.14 |
| HSL | 182.07º | 0.29% | 0.81% | - |
| HSV(B) | 182.07º | 0.13% | 0.86% | - |
| XYZ | 59.74 | 66.91 | 77.48 | - |
| YUV | 210.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 220 | 0.13 | 0.00 | 0 | 0.14 | 182.07 | 0.29 | 0.81 |
| Hex | BF | DB | DC | D | 0 | 0 | E | B6 | 1D | 51 |
| Octal | 277 | 333 | 334 | 15 | 0 | 0 | 16 | 266 | 35 | 121 |
| Binary | 10111111 | 11011011 | 11011100 | 1101 | 0 | 0 | 1110 | 10110110 | 11101 | 1010001 |
Color Harmonies of #BFDBDC
Complementary color
Monochromatic Colors of #BFDBDC
Black with #BFDBDC
Text Example
Text Example
White with #BFDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBDC; }
p { color: rgb(191,219,220); }
H1.HeaderClassName
{
color: #BFDBDC;
}
.AnyTagClassName
{
color: #BFDBDC;
}
</style>
background-color css
<style>
a { background-color: #BFDBDC; }
a { background-color: rgb(191,219,220); }
div.DivClassName
{
background-color: #BFDBDC;
}
.BgClassName
{
background-color: #BFDBDC;
}
</style>
border-color css
<style>
span { border-color: #BFDBDC; }
span { border-color: rgb(191,219,220); }
td.TdClassName
{
border-color: #BFDBDC;
}
.TagClassName
{
border-color: #BFDBDC;
}
</style>