#BAC5DC

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

Shades of Light Steel Blue #BAC5DC

Tints of Light Steel Blue #BAC5DC

Color information

#BAC5DC (or 0xBAC5DC) is unknown color: approx Light Steel Blue. HEX triplet: BA, C5 and DC. RGB value is (186,197,220). Sum of RGB (Red+Green+Blue) = 186+197+220=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5DC is #453A23. Grayscale: #C4C4C4. Windows color (decimal): -4536868 or 14468538. OLE color: 14468538.

HSL color Cylindrical-coordinate representation of color #BAC5DC: hue angle of 220.59º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC5DC is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186197220-
CMYK0.150.1000.14
HSL220.59º32.69%79.61%-
HSV(B)220.59º15.45%86.27%-
XYZ53.1355.5475.63-
YUV196.33141.36120.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 197 (77.34% from 255) = 32.67%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=30.85%
G=32.67%
B=36.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861972200.150.1000.14220.5932.6979.61
HexBAC5DCFA0Edd2150
Octal272305334171201633541120
Binary1011101011000101110111001111101001110110111011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5DC; }

 p { color: rgb(186,197,220); }

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

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

 a { background-color: rgb(186,197,220); }

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

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

 span { border-color: rgb(186,197,220); }

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