Shades of Spindle #BACFDB
Tints of Spindle #BACFDB
RGB
CMYK
RGB Variations
Color information
#BACFDB (or 0xBACFDB) is known color: Spindle. HEX triplet: BA, CF and DB. RGB value is (186,207,219). Sum of RGB (Red+Green+Blue) = 186+207+219=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #BACFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFDB is #453024. Grayscale: #CACACA. Windows color (decimal): -4534309 or 14405562. OLE color: 14405562.
HSL color Cylindrical-coordinate representation of color #BACFDB: hue angle of 201.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACFDB is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 207 | 219 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.14 |
| HSL | 201.82º | 0.31% | 0.79% | - |
| HSV(B) | 201.82º | 0.15% | 0.86% | - |
| XYZ | 55.35 | 60.18 | 75.72 | - |
| YUV | 202.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 219 | 0.15 | 0.05 | 0 | 0.14 | 201.82 | 0.31 | 0.79 |
| Hex | BA | CF | DB | F | 5 | 0 | E | CA | 1F | 4F |
| Octal | 272 | 317 | 333 | 17 | 5 | 0 | 16 | 312 | 37 | 117 |
| Binary | 10111010 | 11001111 | 11011011 | 1111 | 101 | 0 | 1110 | 11001010 | 11111 | 1001111 |
Color Harmonies of #BACFDB
Complementary color
Monochromatic Colors of #BACFDB
Black with #BACFDB
Text Example
Text Example
White with #BACFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFDB; }
p { color: rgb(186,207,219); }
H1.HeaderClassName
{
color: #BACFDB;
}
.AnyTagClassName
{
color: #BACFDB;
}
</style>
background-color css
<style>
a { background-color: #BACFDB; }
a { background-color: rgb(186,207,219); }
div.DivClassName
{
background-color: #BACFDB;
}
.BgClassName
{
background-color: #BACFDB;
}
</style>
border-color css
<style>
span { border-color: #BACFDB; }
span { border-color: rgb(186,207,219); }
td.TdClassName
{
border-color: #BACFDB;
}
.TagClassName
{
border-color: #BACFDB;
}
</style>