#BAC6DD

Color #BAC6DD Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #BAC6DD

Tints of Light Steel Blue #BAC6DD

Color information

#BAC6DD (or 0xBAC6DD) is unknown color: approx Light Steel Blue. HEX triplet: BA, C6 and DD. RGB value is (186,198,221). Sum of RGB (Red+Green+Blue) = 186+198+221=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6DD is #453922. Grayscale: #C4C4C4. Windows color (decimal): -4536611 or 14534330. OLE color: 14534330.

HSL color Cylindrical-coordinate representation of color #BAC6DD: hue angle of 219.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAC6DD is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186198221-
CMYK0.160.1000.13
HSL219.43º33.98%79.8%-
HSV(B)219.43º15.84%86.67%-
XYZ53.4956.0576.41-
YUV197.03141.52120.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 198 (77.73% from 255) = 32.73%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=30.74%
G=32.73%
B=36.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861982210.160.1000.13219.4333.9879.8
HexBAC6DD10A0Ddb2250
Octal272306335201201533342120
Binary10111010110001101101110110000101001101110110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC6DD; }

 p { color: rgb(186,198,221); }

 H1.HeaderClassName
 {
   color: #BAC6DD;
 }
 .AnyTagClassName
 {
   color: #BAC6DD;
 }
</style>
background-color css

<style>
 a { background-color: #BAC6DD; }

 a { background-color: rgb(186,198,221); }

 div.DivClassName
 {
   background-color: #BAC6DD;
 }
 .BgClassName
 {
   background-color: #BAC6DD;
 }
</style>
border-color css

<style>
 span { border-color: #BAC6DD; }

 span { border-color: rgb(186,198,221); }

 td.TdClassName
 {
   border-color: #BAC6DD;
 }
 .TagClassName
 {
   border-color: #BAC6DD;
 }
</style>