Shades of Spindle #BACFDE
Tints of Spindle #BACFDE
RGB
CMYK
RGB Variations
Color information
#BACFDE (or 0xBACFDE) is known color: Spindle. HEX triplet: BA, CF and DE. RGB value is (186,207,222). Sum of RGB (Red+Green+Blue) = 186+207+222=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #BACFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFDE is #453021. Grayscale: #CACACA. Windows color (decimal): -4534306 or 14602170. OLE color: 14602170.
HSL color Cylindrical-coordinate representation of color #BACFDE: hue angle of 205º degrees, saturation: 0.35, 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 #BACFDE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 207 | 222 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.13 |
| HSL | 205º | 0.35% | 0.8% | - |
| HSV(B) | 205º | 0.16% | 0.87% | - |
| XYZ | 55.75 | 60.34 | 77.82 | - |
| YUV | 202.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 222 | 0.16 | 0.07 | 0 | 0.13 | 205 | 0.35 | 0.8 |
| Hex | BA | CF | DE | 10 | 7 | 0 | D | CD | 23 | 50 |
| Octal | 272 | 317 | 336 | 20 | 7 | 0 | 15 | 315 | 43 | 120 |
| Binary | 10111010 | 11001111 | 11011110 | 10000 | 111 | 0 | 1101 | 11001101 | 100011 | 1010000 |
Color Harmonies of #BACFDE
Complementary color
Monochromatic Colors of #BACFDE
Black with #BACFDE
Text Example
Text Example
White with #BACFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFDE; }
p { color: rgb(186,207,222); }
H1.HeaderClassName
{
color: #BACFDE;
}
.AnyTagClassName
{
color: #BACFDE;
}
</style>
background-color css
<style>
a { background-color: #BACFDE; }
a { background-color: rgb(186,207,222); }
div.DivClassName
{
background-color: #BACFDE;
}
.BgClassName
{
background-color: #BACFDE;
}
</style>
border-color css
<style>
span { border-color: #BACFDE; }
span { border-color: rgb(186,207,222); }
td.TdClassName
{
border-color: #BACFDE;
}
.TagClassName
{
border-color: #BACFDE;
}
</style>