Shades of Spindle #BACEDE
Tints of Spindle #BACEDE
RGB
CMYK
RGB Variations
Color information
#BACEDE (or 0xBACEDE) is known color: Spindle. HEX triplet: BA, CE and DE. RGB value is (186,206,222). Sum of RGB (Red+Green+Blue) = 186+206+222=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #BACEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEDE is #453121. Grayscale: #C9C9C9. Windows color (decimal): -4534562 or 14601914. OLE color: 14601914.
HSL color Cylindrical-coordinate representation of color #BACEDE: hue angle of 206.67º 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 #BACEDE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 206 | 222 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.13 |
| HSL | 206.67º | 0.35% | 0.8% | - |
| HSV(B) | 206.67º | 0.16% | 0.87% | - |
| XYZ | 55.51 | 59.86 | 77.74 | - |
| YUV | 201.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 222 | 0.16 | 0.07 | 0 | 0.13 | 206.67 | 0.35 | 0.8 |
| Hex | BA | CE | DE | 10 | 7 | 0 | D | CF | 23 | 50 |
| Octal | 272 | 316 | 336 | 20 | 7 | 0 | 15 | 317 | 43 | 120 |
| Binary | 10111010 | 11001110 | 11011110 | 10000 | 111 | 0 | 1101 | 11001111 | 100011 | 1010000 |
Color Harmonies of #BACEDE
Complementary color
Monochromatic Colors of #BACEDE
Black with #BACEDE
Text Example
Text Example
White with #BACEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEDE; }
p { color: rgb(186,206,222); }
H1.HeaderClassName
{
color: #BACEDE;
}
.AnyTagClassName
{
color: #BACEDE;
}
</style>
background-color css
<style>
a { background-color: #BACEDE; }
a { background-color: rgb(186,206,222); }
div.DivClassName
{
background-color: #BACEDE;
}
.BgClassName
{
background-color: #BACEDE;
}
</style>
border-color css
<style>
span { border-color: #BACEDE; }
span { border-color: rgb(186,206,222); }
td.TdClassName
{
border-color: #BACEDE;
}
.TagClassName
{
border-color: #BACEDE;
}
</style>