#BACAE0

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

Shades of Light Steel Blue #BACAE0

Tints of Light Steel Blue #BACAE0

Color information

#BACAE0 (or 0xBACAE0) is unknown color: approx Light Steel Blue. HEX triplet: BA, CA and E0. RGB value is (186,202,224). Sum of RGB (Red+Green+Blue) = 186+202+224=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #BACAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAE0 is #45351F. Grayscale: #C7C7C7. Windows color (decimal): -4535584 or 14731962. OLE color: 14731962.

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

Color convert

RGB186202224-
CMYK0.170.1000.12
HSL214.74º38%80.39%-
HSV(B)214.74º16.96%87.84%-
XYZ54.8258.0678.84-
YUV199.72141.7118.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=30.39%
G=33.01%
B=36.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862022240.170.1000.12214.743880.39
HexBACAE011A0Cd72650
Octal272312340211201432746120
Binary10111010110010101110000010001101001100110101111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAE0; }

 p { color: rgb(186,202,224); }

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

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

 a { background-color: rgb(186,202,224); }

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

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

 span { border-color: rgb(186,202,224); }

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