Shades of Spindle #BACBD4
Tints of Spindle #BACBD4
RGB
CMYK
RGB Variations
Color information
#BACBD4 (or 0xBACBD4) is known color: Spindle. HEX triplet: BA, CB and D4. RGB value is (186,203,212). Sum of RGB (Red+Green+Blue) = 186+203+212=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #BACBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBD4 is #45342B. Grayscale: #C6C6C6. Windows color (decimal): -4535340 or 13945786. OLE color: 13945786.
HSL color Cylindrical-coordinate representation of color #BACBD4: hue angle of 200.77º degrees, saturation: 0.23, 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 #BACBD4 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 203 | 212 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.17 |
| HSL | 200.77º | 0.23% | 0.78% | - |
| HSV(B) | 200.77º | 0.12% | 0.83% | - |
| XYZ | 53.49 | 57.9 | 70.64 | - |
| YUV | 198.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 212 | 0.12 | 0.04 | 0 | 0.17 | 200.77 | 0.23 | 0.78 |
| Hex | BA | CB | D4 | C | 4 | 0 | 11 | C9 | 17 | 4E |
| Octal | 272 | 313 | 324 | 14 | 4 | 0 | 21 | 311 | 27 | 116 |
| Binary | 10111010 | 11001011 | 11010100 | 1100 | 100 | 0 | 10001 | 11001001 | 10111 | 1001110 |
Color Harmonies of #BACBD4
Complementary color
Monochromatic Colors of #BACBD4
Black with #BACBD4
Text Example
Text Example
White with #BACBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBD4; }
p { color: rgb(186,203,212); }
H1.HeaderClassName
{
color: #BACBD4;
}
.AnyTagClassName
{
color: #BACBD4;
}
</style>
background-color css
<style>
a { background-color: #BACBD4; }
a { background-color: rgb(186,203,212); }
div.DivClassName
{
background-color: #BACBD4;
}
.BgClassName
{
background-color: #BACBD4;
}
</style>
border-color css
<style>
span { border-color: #BACBD4; }
span { border-color: rgb(186,203,212); }
td.TdClassName
{
border-color: #BACBD4;
}
.TagClassName
{
border-color: #BACBD4;
}
</style>