Shades of Spindle #BFD0DB
Tints of Spindle #BFD0DB
RGB
CMYK
RGB Variations
Color information
#BFD0DB (or 0xBFD0DB) is known color: Spindle. HEX triplet: BF, D0 and DB. RGB value is (191,208,219). Sum of RGB (Red+Green+Blue) = 191+208+219=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFD0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0DB is #402F24. Grayscale: #CCCCCC. Windows color (decimal): -4206373 or 14405823. OLE color: 14405823.
HSL color Cylindrical-coordinate representation of color #BFD0DB: hue angle of 203.57º 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 #BFD0DB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 208 | 219 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.14 |
| HSL | 203.57º | 0.28% | 0.8% | - |
| HSV(B) | 203.57º | 0.13% | 0.86% | - |
| XYZ | 56.83 | 61.3 | 75.86 | - |
| YUV | 204.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 219 | 0.13 | 0.05 | 0 | 0.14 | 203.57 | 0.28 | 0.8 |
| Hex | BF | D0 | DB | D | 5 | 0 | E | CC | 1C | 50 |
| Octal | 277 | 320 | 333 | 15 | 5 | 0 | 16 | 314 | 34 | 120 |
| Binary | 10111111 | 11010000 | 11011011 | 1101 | 101 | 0 | 1110 | 11001100 | 11100 | 1010000 |
Color Harmonies of #BFD0DB
Complementary color
Monochromatic Colors of #BFD0DB
Black with #BFD0DB
Text Example
Text Example
White with #BFD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0DB; }
p { color: rgb(191,208,219); }
H1.HeaderClassName
{
color: #BFD0DB;
}
.AnyTagClassName
{
color: #BFD0DB;
}
</style>
background-color css
<style>
a { background-color: #BFD0DB; }
a { background-color: rgb(191,208,219); }
div.DivClassName
{
background-color: #BFD0DB;
}
.BgClassName
{
background-color: #BFD0DB;
}
</style>
border-color css
<style>
span { border-color: #BFD0DB; }
span { border-color: rgb(191,208,219); }
td.TdClassName
{
border-color: #BFD0DB;
}
.TagClassName
{
border-color: #BFD0DB;
}
</style>