Shades of Spindle #BAC8D2
Tints of Spindle #BAC8D2
RGB
CMYK
RGB Variations
Color information
#BAC8D2 (or 0xBAC8D2) is known color: Spindle. HEX triplet: BA, C8 and D2. RGB value is (186,200,210). Sum of RGB (Red+Green+Blue) = 186+200+210=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 210 - color contains mainly: blue. Hex color #BAC8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8D2 is #45372D. Grayscale: #C4C4C4. Windows color (decimal): -4536110 or 13813946. OLE color: 13813946.
HSL color Cylindrical-coordinate representation of color #BAC8D2: hue angle of 205º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC8D2 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 200 | 210 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.18 |
| HSL | 205º | 0.21% | 0.78% | - |
| HSV(B) | 205º | 0.11% | 0.82% | - |
| XYZ | 52.54 | 56.4 | 69.09 | - |
| YUV | 196.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 210 | 0.11 | 0.05 | 0 | 0.18 | 205 | 0.21 | 0.78 |
| Hex | BA | C8 | D2 | B | 5 | 0 | 12 | CD | 15 | 4E |
| Octal | 272 | 310 | 322 | 13 | 5 | 0 | 22 | 315 | 25 | 116 |
| Binary | 10111010 | 11001000 | 11010010 | 1011 | 101 | 0 | 10010 | 11001101 | 10101 | 1001110 |
Color Harmonies of #BAC8D2
Complementary color
Monochromatic Colors of #BAC8D2
Black with #BAC8D2
Text Example
Text Example
White with #BAC8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8D2; }
p { color: rgb(186,200,210); }
H1.HeaderClassName
{
color: #BAC8D2;
}
.AnyTagClassName
{
color: #BAC8D2;
}
</style>
background-color css
<style>
a { background-color: #BAC8D2; }
a { background-color: rgb(186,200,210); }
div.DivClassName
{
background-color: #BAC8D2;
}
.BgClassName
{
background-color: #BAC8D2;
}
</style>
border-color css
<style>
span { border-color: #BAC8D2; }
span { border-color: rgb(186,200,210); }
td.TdClassName
{
border-color: #BAC8D2;
}
.TagClassName
{
border-color: #BAC8D2;
}
</style>