Shades of Zumthor #BFD5D5
Tints of Zumthor #BFD5D5
RGB
CMYK
RGB Variations
Color information
#BFD5D5 (or 0xBFD5D5) is known color: Zumthor. HEX triplet: BF, D5 and D5. RGB value is (191,213,213). Sum of RGB (Red+Green+Blue) = 191+213+213=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #BFD5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5D5 is #402A2A. Grayscale: #CECECE. Windows color (decimal): -4205099 or 14013887. OLE color: 14013887.
HSL color Cylindrical-coordinate representation of color #BFD5D5: hue angle of 180º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFD5D5 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 191 | 213 | 213 | - |
CMYK | 0.10 | 0 | 0 | 0.16 |
HSL | 180º | 0.21% | 0.79% | - |
HSV(B) | 180º | 0.1% | 0.84% | - |
XYZ | 57.29 | 63.47 | 72.18 | - |
YUV | 206.42 | 131.71 | 117 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 213 | 213 | 0.10 | 0 | 0 | 0.16 | 180 | 0.21 | 0.79 |
Hex | BF | D5 | D5 | A | 0 | 0 | 10 | B4 | 15 | 4F |
Octal | 277 | 325 | 325 | 12 | 0 | 0 | 20 | 264 | 25 | 117 |
Binary | 10111111 | 11010101 | 11010101 | 1010 | 0 | 0 | 10000 | 10110100 | 10101 | 1001111 |
Color Harmonies of #BFD5D5
Complementary color
Monochromatic Colors of #BFD5D5
Black with #BFD5D5
Text Example
Text Example
White with #BFD5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD5D5; }
p { color: rgb(191,213,213); }
H1.HeaderClassName
{
color: #BFD5D5;
}
.AnyTagClassName
{
color: #BFD5D5;
}
</style>
background-color css
<style>
a { background-color: #BFD5D5; }
a { background-color: rgb(191,213,213); }
div.DivClassName
{
background-color: #BFD5D5;
}
.BgClassName
{
background-color: #BFD5D5;
}
</style>
border-color css
<style>
span { border-color: #BFD5D5; }
span { border-color: rgb(191,213,213); }
td.TdClassName
{
border-color: #BFD5D5;
}
.TagClassName
{
border-color: #BFD5D5;
}
</style>