Shades of Spindle #BACCD7
Tints of Spindle #BACCD7
RGB
CMYK
RGB Variations
Color information
#BACCD7 (or 0xBACCD7) is known color: Spindle. HEX triplet: BA, CC and D7. RGB value is (186,204,215). Sum of RGB (Red+Green+Blue) = 186+204+215=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 215 - color contains mainly: blue. Hex color #BACCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD7 is #453328. Grayscale: #C7C7C7. Windows color (decimal): -4535081 or 14142650. OLE color: 14142650.
HSL color Cylindrical-coordinate representation of color #BACCD7: hue angle of 202.76º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACCD7 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 204 | 215 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.16 |
| HSL | 202.76º | 0.27% | 0.79% | - |
| HSV(B) | 202.76º | 0.13% | 0.84% | - |
| XYZ | 54.11 | 58.53 | 72.74 | - |
| YUV | 199.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 215 | 0.13 | 0.05 | 0 | 0.16 | 202.76 | 0.27 | 0.79 |
| Hex | BA | CC | D7 | D | 5 | 0 | 10 | CB | 1B | 4F |
| Octal | 272 | 314 | 327 | 15 | 5 | 0 | 20 | 313 | 33 | 117 |
| Binary | 10111010 | 11001100 | 11010111 | 1101 | 101 | 0 | 10000 | 11001011 | 11011 | 1001111 |
Color Harmonies of #BACCD7
Complementary color
Monochromatic Colors of #BACCD7
Black with #BACCD7
Text Example
Text Example
White with #BACCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCD7; }
p { color: rgb(186,204,215); }
H1.HeaderClassName
{
color: #BACCD7;
}
.AnyTagClassName
{
color: #BACCD7;
}
</style>
background-color css
<style>
a { background-color: #BACCD7; }
a { background-color: rgb(186,204,215); }
div.DivClassName
{
background-color: #BACCD7;
}
.BgClassName
{
background-color: #BACCD7;
}
</style>
border-color css
<style>
span { border-color: #BACCD7; }
span { border-color: rgb(186,204,215); }
td.TdClassName
{
border-color: #BACCD7;
}
.TagClassName
{
border-color: #BACCD7;
}
</style>