Shades of Zumthor #BFDCDC
Tints of Zumthor #BFDCDC
RGB
CMYK
RGB Variations
Color information
#BFDCDC (or 0xBFDCDC) is known color: Zumthor. HEX triplet: BF, DC and DC. RGB value is (191,220,220). Sum of RGB (Red+Green+Blue) = 191+220+220=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #BFDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCDC is #402323. Grayscale: #D3D3D3. Windows color (decimal): -4203300 or 14474431. OLE color: 14474431.
HSL color Cylindrical-coordinate representation of color #BFDCDC: hue angle of 180º 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 #BFDCDC is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 220 | - |
| CMYK | 0.13 | 0 | 0 | 0.14 |
| HSL | 180º | 0.29% | 0.81% | - |
| HSV(B) | 180º | 0.13% | 0.86% | - |
| XYZ | 60 | 67.43 | 77.56 | - |
| YUV | 211.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 220 | 0.13 | 0 | 0 | 0.14 | 180 | 0.29 | 0.81 |
| Hex | BF | DC | DC | D | 0 | 0 | E | B4 | 1D | 51 |
| Octal | 277 | 334 | 334 | 15 | 0 | 0 | 16 | 264 | 35 | 121 |
| Binary | 10111111 | 11011100 | 11011100 | 1101 | 0 | 0 | 1110 | 10110100 | 11101 | 1010001 |
Color Harmonies of #BFDCDC
Complementary color
Monochromatic Colors of #BFDCDC
Black with #BFDCDC
Text Example
Text Example
White with #BFDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCDC; }
p { color: rgb(191,220,220); }
H1.HeaderClassName
{
color: #BFDCDC;
}
.AnyTagClassName
{
color: #BFDCDC;
}
</style>
background-color css
<style>
a { background-color: #BFDCDC; }
a { background-color: rgb(191,220,220); }
div.DivClassName
{
background-color: #BFDCDC;
}
.BgClassName
{
background-color: #BFDCDC;
}
</style>
border-color css
<style>
span { border-color: #BFDCDC; }
span { border-color: rgb(191,220,220); }
td.TdClassName
{
border-color: #BFDCDC;
}
.TagClassName
{
border-color: #BFDCDC;
}
</style>