Shades of Spindle #BACADA
Tints of Spindle #BACADA
RGB
CMYK
RGB Variations
Color information
#BACADA (or 0xBACADA) is known color: Spindle. HEX triplet: BA, CA and DA. RGB value is (186,202,218). Sum of RGB (Red+Green+Blue) = 186+202+218=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #BACADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACADA is #453525. Grayscale: #C6C6C6. Windows color (decimal): -4535590 or 14338746. OLE color: 14338746.
HSL color Cylindrical-coordinate representation of color #BACADA: hue angle of 210º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACADA is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 202 | 218 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.15 |
| HSL | 210º | 0.3% | 0.79% | - |
| HSV(B) | 210º | 0.15% | 0.85% | - |
| XYZ | 54.03 | 57.74 | 74.63 | - |
| YUV | 199.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 218 | 0.15 | 0.07 | 0 | 0.15 | 210 | 0.3 | 0.79 |
| Hex | BA | CA | DA | F | 7 | 0 | F | D2 | 1E | 4F |
| Octal | 272 | 312 | 332 | 17 | 7 | 0 | 17 | 322 | 36 | 117 |
| Binary | 10111010 | 11001010 | 11011010 | 1111 | 111 | 0 | 1111 | 11010010 | 11110 | 1001111 |
Color Harmonies of #BACADA
Complementary color
Monochromatic Colors of #BACADA
Black with #BACADA
Text Example
Text Example
White with #BACADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACADA; }
p { color: rgb(186,202,218); }
H1.HeaderClassName
{
color: #BACADA;
}
.AnyTagClassName
{
color: #BACADA;
}
</style>
background-color css
<style>
a { background-color: #BACADA; }
a { background-color: rgb(186,202,218); }
div.DivClassName
{
background-color: #BACADA;
}
.BgClassName
{
background-color: #BACADA;
}
</style>
border-color css
<style>
span { border-color: #BACADA; }
span { border-color: rgb(186,202,218); }
td.TdClassName
{
border-color: #BACADA;
}
.TagClassName
{
border-color: #BACADA;
}
</style>