Shades of Zumthor #BFD5DA
Tints of Zumthor #BFD5DA
RGB
CMYK
RGB Variations
Color information
#BFD5DA (or 0xBFD5DA) is known color: Zumthor. HEX triplet: BF, D5 and DA. RGB value is (191,213,218). Sum of RGB (Red+Green+Blue) = 191+213+218=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5DA is #402A25. Grayscale: #CECECE. Windows color (decimal): -4205094 or 14341567. OLE color: 14341567.
HSL color Cylindrical-coordinate representation of color #BFD5DA: hue angle of 191.11º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD5DA is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 191 | 213 | 218 | - |
CMYK | 0.12 | 0.02 | 0 | 0.15 |
HSL | 191.11º | 0.27% | 0.8% | - |
HSV(B) | 191.11º | 0.12% | 0.85% | - |
XYZ | 57.94 | 63.73 | 75.58 | - |
YUV | 206.99 | 134.21 | 116.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 213 | 218 | 0.12 | 0.02 | 0 | 0.15 | 191.11 | 0.27 | 0.8 |
Hex | BF | D5 | DA | C | 2 | 0 | F | BF | 1B | 50 |
Octal | 277 | 325 | 332 | 14 | 2 | 0 | 17 | 277 | 33 | 120 |
Binary | 10111111 | 11010101 | 11011010 | 1100 | 10 | 0 | 1111 | 10111111 | 11011 | 1010000 |
Color Harmonies of #BFD5DA
Complementary color
Monochromatic Colors of #BFD5DA
Black with #BFD5DA
Text Example
Text Example
White with #BFD5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD5DA; }
p { color: rgb(191,213,218); }
H1.HeaderClassName
{
color: #BFD5DA;
}
.AnyTagClassName
{
color: #BFD5DA;
}
</style>
background-color css
<style>
a { background-color: #BFD5DA; }
a { background-color: rgb(191,213,218); }
div.DivClassName
{
background-color: #BFD5DA;
}
.BgClassName
{
background-color: #BFD5DA;
}
</style>
border-color css
<style>
span { border-color: #BFD5DA; }
span { border-color: rgb(191,213,218); }
td.TdClassName
{
border-color: #BFD5DA;
}
.TagClassName
{
border-color: #BFD5DA;
}
</style>