Shades of Spindle #BACBD2
Tints of Spindle #BACBD2
RGB
CMYK
RGB Variations
Color information
#BACBD2 (or 0xBACBD2) is known color: Spindle. HEX triplet: BA, CB and D2. RGB value is (186,203,210). Sum of RGB (Red+Green+Blue) = 186+203+210=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 210 - color contains mainly: blue. Hex color #BACBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBD2 is #45342D. Grayscale: #C6C6C6. Windows color (decimal): -4535342 or 13814714. OLE color: 13814714.
HSL color Cylindrical-coordinate representation of color #BACBD2: hue angle of 197.5º 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 #BACBD2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 203 | 210 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.18 |
| HSL | 197.5º | 0.21% | 0.78% | - |
| HSV(B) | 197.5º | 0.11% | 0.82% | - |
| XYZ | 53.24 | 57.8 | 69.32 | - |
| YUV | 198.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 210 | 0.11 | 0.03 | 0 | 0.18 | 197.5 | 0.21 | 0.78 |
| Hex | BA | CB | D2 | B | 3 | 0 | 12 | C6 | 15 | 4E |
| Octal | 272 | 313 | 322 | 13 | 3 | 0 | 22 | 306 | 25 | 116 |
| Binary | 10111010 | 11001011 | 11010010 | 1011 | 11 | 0 | 10010 | 11000110 | 10101 | 1001110 |
Color Harmonies of #BACBD2
Complementary color
Monochromatic Colors of #BACBD2
Black with #BACBD2
Text Example
Text Example
White with #BACBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBD2; }
p { color: rgb(186,203,210); }
H1.HeaderClassName
{
color: #BACBD2;
}
.AnyTagClassName
{
color: #BACBD2;
}
</style>
background-color css
<style>
a { background-color: #BACBD2; }
a { background-color: rgb(186,203,210); }
div.DivClassName
{
background-color: #BACBD2;
}
.BgClassName
{
background-color: #BACBD2;
}
</style>
border-color css
<style>
span { border-color: #BACBD2; }
span { border-color: rgb(186,203,210); }
td.TdClassName
{
border-color: #BACBD2;
}
.TagClassName
{
border-color: #BACBD2;
}
</style>