#BAC3DB

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

Shades of Light Steel Blue #BAC3DB

Tints of Light Steel Blue #BAC3DB

Color information

#BAC3DB (or 0xBAC3DB) is unknown color: approx Light Steel Blue. HEX triplet: BA, C3 and DB. RGB value is (186,195,219). Sum of RGB (Red+Green+Blue) = 186+195+219=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 195 (76.56% from 255 or 32.5% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3DB is #453C24. Grayscale: #C2C2C2. Windows color (decimal): -4537381 or 14402490. OLE color: 14402490.

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

Color convert

RGB186195219-
CMYK0.150.1100.14
HSL223.64º31.43%79.41%-
HSV(B)223.64º15.07%85.88%-
XYZ52.5554.5874.78-
YUV195.04141.52121.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 195 (76.56% from 255) = 32.5%
BLUE value IS 219 (85.94% from 255) = 36.5%
R=31%
G=32.5%
B=36.5%

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
Decimal1861952190.150.1100.14223.6431.4379.41
HexBAC3DBFB0Ee01f4f
Octal272303333171301634037117
Binary101110101100001111011011111110110111011100000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3DB; }

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

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

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

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

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

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

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

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