Shades of Spindle #BACFDD
Tints of Spindle #BACFDD
RGB
CMYK
RGB Variations
Color information
#BACFDD (or 0xBACFDD) is known color: Spindle. HEX triplet: BA, CF and DD. RGB value is (186,207,221). Sum of RGB (Red+Green+Blue) = 186+207+221=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #BACFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFDD is #453022. Grayscale: #CACACA. Windows color (decimal): -4534307 or 14536634. OLE color: 14536634.
HSL color Cylindrical-coordinate representation of color #BACFDD: hue angle of 204º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BACFDD is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 207 | 221 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.13 |
| HSL | 204º | 0.34% | 0.8% | - |
| HSV(B) | 204º | 0.16% | 0.87% | - |
| XYZ | 55.61 | 60.29 | 77.11 | - |
| YUV | 202.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 221 | 0.16 | 0.06 | 0 | 0.13 | 204 | 0.34 | 0.8 |
| Hex | BA | CF | DD | 10 | 6 | 0 | D | CC | 22 | 50 |
| Octal | 272 | 317 | 335 | 20 | 6 | 0 | 15 | 314 | 42 | 120 |
| Binary | 10111010 | 11001111 | 11011101 | 10000 | 110 | 0 | 1101 | 11001100 | 100010 | 1010000 |
Color Harmonies of #BACFDD
Complementary color
Monochromatic Colors of #BACFDD
Black with #BACFDD
Text Example
Text Example
White with #BACFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFDD; }
p { color: rgb(186,207,221); }
H1.HeaderClassName
{
color: #BACFDD;
}
.AnyTagClassName
{
color: #BACFDD;
}
</style>
background-color css
<style>
a { background-color: #BACFDD; }
a { background-color: rgb(186,207,221); }
div.DivClassName
{
background-color: #BACFDD;
}
.BgClassName
{
background-color: #BACFDD;
}
</style>
border-color css
<style>
span { border-color: #BACFDD; }
span { border-color: rgb(186,207,221); }
td.TdClassName
{
border-color: #BACFDD;
}
.TagClassName
{
border-color: #BACFDD;
}
</style>