#BAC4DC

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

Shades of Light Steel Blue #BAC4DC

Tints of Light Steel Blue #BAC4DC

Color information

#BAC4DC (or 0xBAC4DC) is unknown color: approx Light Steel Blue. HEX triplet: BA, C4 and DC. RGB value is (186,196,220). Sum of RGB (Red+Green+Blue) = 186+196+220=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4DC is #453B23. Grayscale: #C3C3C3. Windows color (decimal): -4537124 or 14468282. OLE color: 14468282.

HSL color Cylindrical-coordinate representation of color #BAC4DC: hue angle of 222.35º 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 #BAC4DC is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186196220-
CMYK0.150.1100.14
HSL222.35º32.69%79.61%-
HSV(B)222.35º15.45%86.27%-
XYZ52.9155.0975.55-
YUV195.75141.69121.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 196 (76.95% from 255) = 32.56%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=30.90%
G=32.56%
B=36.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861962200.150.1100.14222.3532.6979.61
HexBAC4DCFB0Ede2150
Octal272304334171301633641120
Binary1011101011000100110111001111101101110110111101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4DC; }

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

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

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

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

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

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

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

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