Shades of Spindle #BACEDD
Tints of Spindle #BACEDD
RGB
CMYK
RGB Variations
Color information
#BACEDD (or 0xBACEDD) is known color: Spindle. HEX triplet: BA, CE and DD. RGB value is (186,206,221). Sum of RGB (Red+Green+Blue) = 186+206+221=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #BACEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEDD is #453122. Grayscale: #C9C9C9. Windows color (decimal): -4534563 or 14536378. OLE color: 14536378.
HSL color Cylindrical-coordinate representation of color #BACEDD: hue angle of 205.71º 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 #BACEDD is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 206 | 221 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.13 |
| HSL | 205.71º | 0.34% | 0.8% | - |
| HSV(B) | 205.71º | 0.16% | 0.87% | - |
| XYZ | 55.37 | 59.8 | 77.03 | - |
| YUV | 201.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 221 | 0.16 | 0.07 | 0 | 0.13 | 205.71 | 0.34 | 0.8 |
| Hex | BA | CE | DD | 10 | 7 | 0 | D | CE | 22 | 50 |
| Octal | 272 | 316 | 335 | 20 | 7 | 0 | 15 | 316 | 42 | 120 |
| Binary | 10111010 | 11001110 | 11011101 | 10000 | 111 | 0 | 1101 | 11001110 | 100010 | 1010000 |
Color Harmonies of #BACEDD
Complementary color
Monochromatic Colors of #BACEDD
Black with #BACEDD
Text Example
Text Example
White with #BACEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEDD; }
p { color: rgb(186,206,221); }
H1.HeaderClassName
{
color: #BACEDD;
}
.AnyTagClassName
{
color: #BACEDD;
}
</style>
background-color css
<style>
a { background-color: #BACEDD; }
a { background-color: rgb(186,206,221); }
div.DivClassName
{
background-color: #BACEDD;
}
.BgClassName
{
background-color: #BACEDD;
}
</style>
border-color css
<style>
span { border-color: #BACEDD; }
span { border-color: rgb(186,206,221); }
td.TdClassName
{
border-color: #BACEDD;
}
.TagClassName
{
border-color: #BACEDD;
}
</style>