Shades of Spindle #BFD0DE
Tints of Spindle #BFD0DE
RGB
CMYK
RGB Variations
Color information
#BFD0DE (or 0xBFD0DE) is known color: Spindle. HEX triplet: BF, D0 and DE. RGB value is (191,208,222). Sum of RGB (Red+Green+Blue) = 191+208+222=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFD0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0DE is #402F21. Grayscale: #CCCCCC. Windows color (decimal): -4206370 or 14602431. OLE color: 14602431.
HSL color Cylindrical-coordinate representation of color #BFD0DE: hue angle of 207.1º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD0DE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 208 | 222 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.13 |
| HSL | 207.1º | 0.32% | 0.81% | - |
| HSV(B) | 207.1º | 0.14% | 0.87% | - |
| XYZ | 57.23 | 61.46 | 77.95 | - |
| YUV | 204.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 222 | 0.14 | 0.06 | 0 | 0.13 | 207.1 | 0.32 | 0.81 |
| Hex | BF | D0 | DE | E | 6 | 0 | D | CF | 20 | 51 |
| Octal | 277 | 320 | 336 | 16 | 6 | 0 | 15 | 317 | 40 | 121 |
| Binary | 10111111 | 11010000 | 11011110 | 1110 | 110 | 0 | 1101 | 11001111 | 100000 | 1010001 |
Color Harmonies of #BFD0DE
Complementary color
Monochromatic Colors of #BFD0DE
Black with #BFD0DE
Text Example
Text Example
White with #BFD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0DE; }
p { color: rgb(191,208,222); }
H1.HeaderClassName
{
color: #BFD0DE;
}
.AnyTagClassName
{
color: #BFD0DE;
}
</style>
background-color css
<style>
a { background-color: #BFD0DE; }
a { background-color: rgb(191,208,222); }
div.DivClassName
{
background-color: #BFD0DE;
}
.BgClassName
{
background-color: #BFD0DE;
}
</style>
border-color css
<style>
span { border-color: #BFD0DE; }
span { border-color: rgb(191,208,222); }
td.TdClassName
{
border-color: #BFD0DE;
}
.TagClassName
{
border-color: #BFD0DE;
}
</style>