Shades of Spindle #BAC2D4
Tints of Spindle #BAC2D4
RGB
CMYK
RGB Variations
Color information
#BAC2D4 (or 0xBAC2D4) is known color: Spindle. HEX triplet: BA, C2 and D4. RGB value is (186,194,212). Sum of RGB (Red+Green+Blue) = 186+194+212=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAC2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2D4 is #453D2B. Grayscale: #C1C1C1. Windows color (decimal): -4537644 or 13943482. OLE color: 13943482.
HSL color Cylindrical-coordinate representation of color #BAC2D4: hue angle of 221.54º 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 #BAC2D4 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 186 | 194 | 212 | - |
CMYK | 0.12 | 0.08 | 0 | 0.17 |
HSL | 221.54º | 0.23% | 0.78% | - |
HSV(B) | 221.54º | 0.12% | 0.83% | - |
XYZ | 51.43 | 53.78 | 69.96 | - |
YUV | 193.66 | 138.35 | 122.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 194 | 212 | 0.12 | 0.08 | 0 | 0.17 | 221.54 | 0.23 | 0.78 |
Hex | BA | C2 | D4 | C | 8 | 0 | 11 | DE | 17 | 4E |
Octal | 272 | 302 | 324 | 14 | 10 | 0 | 21 | 336 | 27 | 116 |
Binary | 10111010 | 11000010 | 11010100 | 1100 | 1000 | 0 | 10001 | 11011110 | 10111 | 1001110 |
Color Harmonies of #BAC2D4
Complementary color
Monochromatic Colors of #BAC2D4
Black with #BAC2D4
Text Example
Text Example
White with #BAC2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2D4; }
p { color: rgb(186,194,212); }
H1.HeaderClassName
{
color: #BAC2D4;
}
.AnyTagClassName
{
color: #BAC2D4;
}
</style>
background-color css
<style>
a { background-color: #BAC2D4; }
a { background-color: rgb(186,194,212); }
div.DivClassName
{
background-color: #BAC2D4;
}
.BgClassName
{
background-color: #BAC2D4;
}
</style>
border-color css
<style>
span { border-color: #BAC2D4; }
span { border-color: rgb(186,194,212); }
td.TdClassName
{
border-color: #BAC2D4;
}
.TagClassName
{
border-color: #BAC2D4;
}
</style>