Shades of Spindle #BFCEDB
Tints of Spindle #BFCEDB
RGB
CMYK
RGB Variations
Color information
#BFCEDB (or 0xBFCEDB) is known color: Spindle. HEX triplet: BF, CE and DB. RGB value is (191,206,219). Sum of RGB (Red+Green+Blue) = 191+206+219=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEDB is #403124. Grayscale: #CACACA. Windows color (decimal): -4206885 or 14405311. OLE color: 14405311.
HSL color Cylindrical-coordinate representation of color #BFCEDB: hue angle of 207.86º 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 #BFCEDB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 206 | 219 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.14 |
| HSL | 207.86º | 0.28% | 0.8% | - |
| HSV(B) | 207.86º | 0.13% | 0.86% | - |
| XYZ | 56.34 | 60.33 | 75.69 | - |
| YUV | 203 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 219 | 0.13 | 0.06 | 0 | 0.14 | 207.86 | 0.28 | 0.8 |
| Hex | BF | CE | DB | D | 6 | 0 | E | D0 | 1C | 50 |
| Octal | 277 | 316 | 333 | 15 | 6 | 0 | 16 | 320 | 34 | 120 |
| Binary | 10111111 | 11001110 | 11011011 | 1101 | 110 | 0 | 1110 | 11010000 | 11100 | 1010000 |
Color Harmonies of #BFCEDB
Complementary color
Monochromatic Colors of #BFCEDB
Black with #BFCEDB
Text Example
Text Example
White with #BFCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEDB; }
p { color: rgb(191,206,219); }
H1.HeaderClassName
{
color: #BFCEDB;
}
.AnyTagClassName
{
color: #BFCEDB;
}
</style>
background-color css
<style>
a { background-color: #BFCEDB; }
a { background-color: rgb(191,206,219); }
div.DivClassName
{
background-color: #BFCEDB;
}
.BgClassName
{
background-color: #BFCEDB;
}
</style>
border-color css
<style>
span { border-color: #BFCEDB; }
span { border-color: rgb(191,206,219); }
td.TdClassName
{
border-color: #BFCEDB;
}
.TagClassName
{
border-color: #BFCEDB;
}
</style>