Shades of Spindle #BACFDF
Tints of Spindle #BACFDF
RGB
CMYK
RGB Variations
Color information
#BACFDF (or 0xBACFDF) is known color: Spindle. HEX triplet: BA, CF and DF. RGB value is (186,207,223). Sum of RGB (Red+Green+Blue) = 186+207+223=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #BACFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFDF is #453020. Grayscale: #CACACA. Windows color (decimal): -4534305 or 14667706. OLE color: 14667706.
HSL color Cylindrical-coordinate representation of color #BACFDF: hue angle of 205.95º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACFDF is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 207 | 223 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.13 |
| HSL | 205.95º | 0.37% | 0.8% | - |
| HSV(B) | 205.95º | 0.17% | 0.87% | - |
| XYZ | 55.88 | 60.39 | 78.52 | - |
| YUV | 202.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 223 | 0.17 | 0.07 | 0 | 0.13 | 205.95 | 0.37 | 0.8 |
| Hex | BA | CF | DF | 11 | 7 | 0 | D | CE | 25 | 50 |
| Octal | 272 | 317 | 337 | 21 | 7 | 0 | 15 | 316 | 45 | 120 |
| Binary | 10111010 | 11001111 | 11011111 | 10001 | 111 | 0 | 1101 | 11001110 | 100101 | 1010000 |
Color Harmonies of #BACFDF
Complementary color
Monochromatic Colors of #BACFDF
Black with #BACFDF
Text Example
Text Example
White with #BACFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFDF; }
p { color: rgb(186,207,223); }
H1.HeaderClassName
{
color: #BACFDF;
}
.AnyTagClassName
{
color: #BACFDF;
}
</style>
background-color css
<style>
a { background-color: #BACFDF; }
a { background-color: rgb(186,207,223); }
div.DivClassName
{
background-color: #BACFDF;
}
.BgClassName
{
background-color: #BACFDF;
}
</style>
border-color css
<style>
span { border-color: #BACFDF; }
span { border-color: rgb(186,207,223); }
td.TdClassName
{
border-color: #BACFDF;
}
.TagClassName
{
border-color: #BACFDF;
}
</style>