Shades of Spindle #BACFDC
Tints of Spindle #BACFDC
RGB
CMYK
RGB Variations
Color information
#BACFDC (or 0xBACFDC) is known color: Spindle. HEX triplet: BA, CF and DC. RGB value is (186,207,220). Sum of RGB (Red+Green+Blue) = 186+207+220=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #BACFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFDC is #453023. Grayscale: #CACACA. Windows color (decimal): -4534308 or 14471098. OLE color: 14471098.
HSL color Cylindrical-coordinate representation of color #BACFDC: hue angle of 202.94º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACFDC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 207 | 220 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.14 |
| HSL | 202.94º | 0.33% | 0.8% | - |
| HSV(B) | 202.94º | 0.15% | 0.86% | - |
| XYZ | 55.48 | 60.23 | 76.41 | - |
| YUV | 202.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 220 | 0.15 | 0.06 | 0 | 0.14 | 202.94 | 0.33 | 0.8 |
| Hex | BA | CF | DC | F | 6 | 0 | E | CB | 21 | 50 |
| Octal | 272 | 317 | 334 | 17 | 6 | 0 | 16 | 313 | 41 | 120 |
| Binary | 10111010 | 11001111 | 11011100 | 1111 | 110 | 0 | 1110 | 11001011 | 100001 | 1010000 |
Color Harmonies of #BACFDC
Complementary color
Monochromatic Colors of #BACFDC
Black with #BACFDC
Text Example
Text Example
White with #BACFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFDC; }
p { color: rgb(186,207,220); }
H1.HeaderClassName
{
color: #BACFDC;
}
.AnyTagClassName
{
color: #BACFDC;
}
</style>
background-color css
<style>
a { background-color: #BACFDC; }
a { background-color: rgb(186,207,220); }
div.DivClassName
{
background-color: #BACFDC;
}
.BgClassName
{
background-color: #BACFDC;
}
</style>
border-color css
<style>
span { border-color: #BACFDC; }
span { border-color: rgb(186,207,220); }
td.TdClassName
{
border-color: #BACFDC;
}
.TagClassName
{
border-color: #BACFDC;
}
</style>