Shades of Light Steel Blue #BACCE3
Tints of Light Steel Blue #BACCE3
RGB
CMYK
RGB Variations
Color information
#BACCE3 (or 0xBACCE3) is known color: Light Steel Blue. HEX triplet: BA, CC and E3. RGB value is (186,204,227). Sum of RGB (Red+Green+Blue) = 186+204+227=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #BACCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCE3 is #45331C. Grayscale: #C9C9C9. Windows color (decimal): -4535069 or 14929082. OLE color: 14929082.
HSL color Cylindrical-coordinate representation of color #BACCE3: hue angle of 213.66º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACCE3 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 204 | 227 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.11 |
| HSL | 213.66º | 0.42% | 0.81% | - |
| HSV(B) | 213.66º | 0.18% | 0.89% | - |
| XYZ | 55.71 | 59.17 | 81.16 | - |
| YUV | 201.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 227 | 0.18 | 0.10 | 0 | 0.11 | 213.66 | 0.42 | 0.81 |
| Hex | BA | CC | E3 | 12 | A | 0 | B | D6 | 2A | 51 |
| Octal | 272 | 314 | 343 | 22 | 12 | 0 | 13 | 326 | 52 | 121 |
| Binary | 10111010 | 11001100 | 11100011 | 10010 | 1010 | 0 | 1011 | 11010110 | 101010 | 1010001 |
Color Harmonies of #BACCE3
Complementary color
Monochromatic Colors of #BACCE3
Black with #BACCE3
Text Example
Text Example
White with #BACCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCE3; }
p { color: rgb(186,204,227); }
H1.HeaderClassName
{
color: #BACCE3;
}
.AnyTagClassName
{
color: #BACCE3;
}
</style>
background-color css
<style>
a { background-color: #BACCE3; }
a { background-color: rgb(186,204,227); }
div.DivClassName
{
background-color: #BACCE3;
}
.BgClassName
{
background-color: #BACCE3;
}
</style>
border-color css
<style>
span { border-color: #BACCE3; }
span { border-color: rgb(186,204,227); }
td.TdClassName
{
border-color: #BACCE3;
}
.TagClassName
{
border-color: #BACCE3;
}
</style>