Shades of Zumthor #BFDBDB
Tints of Zumthor #BFDBDB
RGB
CMYK
RGB Variations
Color information
#BFDBDB (or 0xBFDBDB) is known color: Zumthor. HEX triplet: BF, DB and DB. RGB value is (191,219,219). Sum of RGB (Red+Green+Blue) = 191+219+219=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #BFDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBDB is #402424. Grayscale: #D2D2D2. Windows color (decimal): -4203557 or 14408639. OLE color: 14408639.
HSL color Cylindrical-coordinate representation of color #BFDBDB: hue angle of 180º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDBDB is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 191 | 219 | 219 | - |
CMYK | 0.13 | 0 | 0 | 0.14 |
HSL | 180º | 0.28% | 0.8% | - |
HSV(B) | 180º | 0.13% | 0.86% | - |
XYZ | 59.6 | 66.85 | 76.78 | - |
YUV | 210.63 | 132.72 | 114 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 219 | 219 | 0.13 | 0 | 0 | 0.14 | 180 | 0.28 | 0.8 |
Hex | BF | DB | DB | D | 0 | 0 | E | B4 | 1C | 50 |
Octal | 277 | 333 | 333 | 15 | 0 | 0 | 16 | 264 | 34 | 120 |
Binary | 10111111 | 11011011 | 11011011 | 1101 | 0 | 0 | 1110 | 10110100 | 11100 | 1010000 |
Color Harmonies of #BFDBDB
Complementary color
Monochromatic Colors of #BFDBDB
Black with #BFDBDB
Text Example
Text Example
White with #BFDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBDB; }
p { color: rgb(191,219,219); }
H1.HeaderClassName
{
color: #BFDBDB;
}
.AnyTagClassName
{
color: #BFDBDB;
}
</style>
background-color css
<style>
a { background-color: #BFDBDB; }
a { background-color: rgb(191,219,219); }
div.DivClassName
{
background-color: #BFDBDB;
}
.BgClassName
{
background-color: #BFDBDB;
}
</style>
border-color css
<style>
span { border-color: #BFDBDB; }
span { border-color: rgb(191,219,219); }
td.TdClassName
{
border-color: #BFDBDB;
}
.TagClassName
{
border-color: #BFDBDB;
}
</style>