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