Shades of Zumthor #BFDDDB
Tints of Zumthor #BFDDDB
RGB
CMYK
RGB Variations
Color information
#BFDDDB (or 0xBFDDDB) is known color: Zumthor. HEX triplet: BF, DD and DB. RGB value is (191,221,219). Sum of RGB (Red+Green+Blue) = 191+221+219=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDDB is #402224. Grayscale: #D3D3D3. Windows color (decimal): -4203045 or 14409151. OLE color: 14409151.
HSL color Cylindrical-coordinate representation of color #BFDDDB: hue angle of 176º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDDDB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 221 | 219 | - |
CMYK | 0.14 | 0 | 0.01 | 0.13 |
HSL | 176º | 0.31% | 0.81% | - |
HSV(B) | 176º | 0.14% | 0.87% | - |
XYZ | 60.13 | 67.9 | 76.96 | - |
YUV | 211.8 | 132.06 | 113.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 221 | 219 | 0.14 | 0 | 0.01 | 0.13 | 176 | 0.31 | 0.81 |
Hex | BF | DD | DB | E | 0 | 1 | D | B0 | 1F | 51 |
Octal | 277 | 335 | 333 | 16 | 0 | 1 | 15 | 260 | 37 | 121 |
Binary | 10111111 | 11011101 | 11011011 | 1110 | 0 | 1 | 1101 | 10110000 | 11111 | 1010001 |
Color Harmonies of #BFDDDB
Complementary color
Monochromatic Colors of #BFDDDB
Black with #BFDDDB
Text Example
Text Example
White with #BFDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDDB; }
p { color: rgb(191,221,219); }
H1.HeaderClassName
{
color: #BFDDDB;
}
.AnyTagClassName
{
color: #BFDDDB;
}
</style>
background-color css
<style>
a { background-color: #BFDDDB; }
a { background-color: rgb(191,221,219); }
div.DivClassName
{
background-color: #BFDDDB;
}
.BgClassName
{
background-color: #BFDDDB;
}
</style>
border-color css
<style>
span { border-color: #BFDDDB; }
span { border-color: rgb(191,221,219); }
td.TdClassName
{
border-color: #BFDDDB;
}
.TagClassName
{
border-color: #BFDDDB;
}
</style>