Shades of Spindle #BAC4D3
Tints of Spindle #BAC4D3
RGB
CMYK
RGB Variations
Color information
#BAC4D3 (or 0xBAC4D3) is known color: Spindle. HEX triplet: BA, C4 and D3. RGB value is (186,196,211). Sum of RGB (Red+Green+Blue) = 186+196+211=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAC4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4D3 is #453B2C. Grayscale: #C2C2C2. Windows color (decimal): -4537133 or 13878458. OLE color: 13878458.
HSL color Cylindrical-coordinate representation of color #BAC4D3: hue angle of 216º degrees, saturation: 0.22, 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 #BAC4D3 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 186 | 196 | 211 | - |
CMYK | 0.12 | 0.07 | 0 | 0.17 |
HSL | 216º | 0.22% | 0.78% | - |
HSV(B) | 216º | 0.12% | 0.83% | - |
XYZ | 51.75 | 54.62 | 69.44 | - |
YUV | 194.72 | 137.19 | 121.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 196 | 211 | 0.12 | 0.07 | 0 | 0.17 | 216 | 0.22 | 0.78 |
Hex | BA | C4 | D3 | C | 7 | 0 | 11 | D8 | 16 | 4E |
Octal | 272 | 304 | 323 | 14 | 7 | 0 | 21 | 330 | 26 | 116 |
Binary | 10111010 | 11000100 | 11010011 | 1100 | 111 | 0 | 10001 | 11011000 | 10110 | 1001110 |
Color Harmonies of #BAC4D3
Complementary color
Monochromatic Colors of #BAC4D3
Black with #BAC4D3
Text Example
Text Example
White with #BAC4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC4D3; }
p { color: rgb(186,196,211); }
H1.HeaderClassName
{
color: #BAC4D3;
}
.AnyTagClassName
{
color: #BAC4D3;
}
</style>
background-color css
<style>
a { background-color: #BAC4D3; }
a { background-color: rgb(186,196,211); }
div.DivClassName
{
background-color: #BAC4D3;
}
.BgClassName
{
background-color: #BAC4D3;
}
</style>
border-color css
<style>
span { border-color: #BAC4D3; }
span { border-color: rgb(186,196,211); }
td.TdClassName
{
border-color: #BAC4D3;
}
.TagClassName
{
border-color: #BAC4D3;
}
</style>