Shades of Spindle #BACCDE
Tints of Spindle #BACCDE
RGB
CMYK
RGB Variations
Color information
#BACCDE (or 0xBACCDE) is known color: Spindle. HEX triplet: BA, CC and DE. RGB value is (186,204,222). Sum of RGB (Red+Green+Blue) = 186+204+222=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #BACCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCDE is #453321. Grayscale: #C8C8C8. Windows color (decimal): -4535074 or 14601402. OLE color: 14601402.
HSL color Cylindrical-coordinate representation of color #BACCDE: hue angle of 210º 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 #BACCDE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 204 | 222 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.13 |
| HSL | 210º | 0.35% | 0.8% | - |
| HSV(B) | 210º | 0.16% | 0.87% | - |
| XYZ | 55.03 | 58.9 | 77.58 | - |
| YUV | 200.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 222 | 0.16 | 0.08 | 0 | 0.13 | 210 | 0.35 | 0.8 |
| Hex | BA | CC | DE | 10 | 8 | 0 | D | D2 | 23 | 50 |
| Octal | 272 | 314 | 336 | 20 | 10 | 0 | 15 | 322 | 43 | 120 |
| Binary | 10111010 | 11001100 | 11011110 | 10000 | 1000 | 0 | 1101 | 11010010 | 100011 | 1010000 |
Color Harmonies of #BACCDE
Complementary color
Monochromatic Colors of #BACCDE
Black with #BACCDE
Text Example
Text Example
White with #BACCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCDE; }
p { color: rgb(186,204,222); }
H1.HeaderClassName
{
color: #BACCDE;
}
.AnyTagClassName
{
color: #BACCDE;
}
</style>
background-color css
<style>
a { background-color: #BACCDE; }
a { background-color: rgb(186,204,222); }
div.DivClassName
{
background-color: #BACCDE;
}
.BgClassName
{
background-color: #BACCDE;
}
</style>
border-color css
<style>
span { border-color: #BACCDE; }
span { border-color: rgb(186,204,222); }
td.TdClassName
{
border-color: #BACCDE;
}
.TagClassName
{
border-color: #BACCDE;
}
</style>