Shades of Spindle #BACFE0
Tints of Spindle #BACFE0
RGB
CMYK
RGB Variations
Color information
#BACFE0 (or 0xBACFE0) is known color: Spindle. HEX triplet: BA, CF and E0. RGB value is (186,207,224). Sum of RGB (Red+Green+Blue) = 186+207+224=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #BACFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFE0 is #45301F. Grayscale: #CACACA. Windows color (decimal): -4534304 or 14733242. OLE color: 14733242.
HSL color Cylindrical-coordinate representation of color #BACFE0: hue angle of 206.84º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACFE0 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 207 | 224 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.12 |
| HSL | 206.84º | 0.38% | 0.8% | - |
| HSV(B) | 206.84º | 0.17% | 0.88% | - |
| XYZ | 56.02 | 60.45 | 79.24 | - |
| YUV | 202.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 224 | 0.17 | 0.08 | 0 | 0.12 | 206.84 | 0.38 | 0.8 |
| Hex | BA | CF | E0 | 11 | 8 | 0 | C | CF | 26 | 50 |
| Octal | 272 | 317 | 340 | 21 | 10 | 0 | 14 | 317 | 46 | 120 |
| Binary | 10111010 | 11001111 | 11100000 | 10001 | 1000 | 0 | 1100 | 11001111 | 100110 | 1010000 |
Color Harmonies of #BACFE0
Complementary color
Monochromatic Colors of #BACFE0
Black with #BACFE0
Text Example
Text Example
White with #BACFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFE0; }
p { color: rgb(186,207,224); }
H1.HeaderClassName
{
color: #BACFE0;
}
.AnyTagClassName
{
color: #BACFE0;
}
</style>
background-color css
<style>
a { background-color: #BACFE0; }
a { background-color: rgb(186,207,224); }
div.DivClassName
{
background-color: #BACFE0;
}
.BgClassName
{
background-color: #BACFE0;
}
</style>
border-color css
<style>
span { border-color: #BACFE0; }
span { border-color: rgb(186,207,224); }
td.TdClassName
{
border-color: #BACFE0;
}
.TagClassName
{
border-color: #BACFE0;
}
</style>