#BAC9DF

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

Shades of Light Steel Blue #BAC9DF

Tints of Light Steel Blue #BAC9DF

Color information

#BAC9DF (or 0xBAC9DF) is unknown color: approx Light Steel Blue. HEX triplet: BA, C9 and DF. RGB value is (186,201,223). Sum of RGB (Red+Green+Blue) = 186+201+223=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9DF is #453620. Grayscale: #C6C6C6. Windows color (decimal): -4535841 or 14666170. OLE color: 14666170.

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

Color convert

RGB186201223-
CMYK0.170.1000.13
HSL215.68º36.63%80.2%-
HSV(B)215.68º16.59%87.45%-
XYZ54.4657.5478.05-
YUV199.02141.53118.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 201 (78.91% from 255) = 32.95%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=30.49%
G=32.95%
B=36.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862012230.170.1000.13215.6836.6380.2
HexBAC9DF11A0Dd82550
Octal272311337211201533045120
Binary10111010110010011101111110001101001101110110001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9DF; }

 p { color: rgb(186,201,223); }

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

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

 a { background-color: rgb(186,201,223); }

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

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

 span { border-color: rgb(186,201,223); }

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