Shades of Spindle #BACCD3
Tints of Spindle #BACCD3
RGB
CMYK
RGB Variations
Color information
#BACCD3 (or 0xBACCD3) is known color: Spindle. HEX triplet: BA, CC and D3. RGB value is (186,204,211). Sum of RGB (Red+Green+Blue) = 186+204+211=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 211 - color contains mainly: blue. Hex color #BACCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD3 is #45332C. Grayscale: #C7C7C7. Windows color (decimal): -4535085 or 13880506. OLE color: 13880506.
HSL color Cylindrical-coordinate representation of color #BACCD3: hue angle of 196.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACCD3 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 204 | 211 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.17 |
| HSL | 196.8º | 0.22% | 0.78% | - |
| HSV(B) | 196.8º | 0.12% | 0.83% | - |
| XYZ | 53.6 | 58.33 | 70.06 | - |
| YUV | 199.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 211 | 0.12 | 0.03 | 0 | 0.17 | 196.8 | 0.22 | 0.78 |
| Hex | BA | CC | D3 | C | 3 | 0 | 11 | C5 | 16 | 4E |
| Octal | 272 | 314 | 323 | 14 | 3 | 0 | 21 | 305 | 26 | 116 |
| Binary | 10111010 | 11001100 | 11010011 | 1100 | 11 | 0 | 10001 | 11000101 | 10110 | 1001110 |
Color Harmonies of #BACCD3
Complementary color
Monochromatic Colors of #BACCD3
Black with #BACCD3
Text Example
Text Example
White with #BACCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCD3; }
p { color: rgb(186,204,211); }
H1.HeaderClassName
{
color: #BACCD3;
}
.AnyTagClassName
{
color: #BACCD3;
}
</style>
background-color css
<style>
a { background-color: #BACCD3; }
a { background-color: rgb(186,204,211); }
div.DivClassName
{
background-color: #BACCD3;
}
.BgClassName
{
background-color: #BACCD3;
}
</style>
border-color css
<style>
span { border-color: #BACCD3; }
span { border-color: rgb(186,204,211); }
td.TdClassName
{
border-color: #BACCD3;
}
.TagClassName
{
border-color: #BACCD3;
}
</style>