#BAC4DB

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

Shades of Light Steel Blue #BAC4DB

Tints of Light Steel Blue #BAC4DB

Color information

#BAC4DB (or 0xBAC4DB) is unknown color: approx Light Steel Blue. HEX triplet: BA, C4 and DB. RGB value is (186,196,219). Sum of RGB (Red+Green+Blue) = 186+196+219=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4DB is #453B24. Grayscale: #C3C3C3. Windows color (decimal): -4537125 or 14402746. OLE color: 14402746.

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

Color convert

RGB186196219-
CMYK0.150.1100.14
HSL221.82º31.43%79.41%-
HSV(B)221.82º15.07%85.88%-
XYZ52.7855.0374.86-
YUV195.63141.19121.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 196 (76.95% from 255) = 32.61%
BLUE value IS 219 (85.94% from 255) = 36.44%
R=30.95%
G=32.61%
B=36.44%

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
Decimal1861962190.150.1100.14221.8231.4379.41
HexBAC4DBFB0Ede1f4f
Octal272304333171301633637117
Binary101110101100010011011011111110110111011011110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4DB; }

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

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

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

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

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

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

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

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