#BACAE2

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

Shades of Light Steel Blue #BACAE2

Tints of Light Steel Blue #BACAE2

Color information

#BACAE2 (or 0xBACAE2) is unknown color: approx Light Steel Blue. HEX triplet: BA, CA and E2. RGB value is (186,202,226). Sum of RGB (Red+Green+Blue) = 186+202+226=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 226 - color contains mainly: blue. Hex color #BACAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAE2 is #45351D. Grayscale: #C7C7C7. Windows color (decimal): -4535582 or 14863034. OLE color: 14863034.

HSL color Cylindrical-coordinate representation of color #BACAE2: hue angle of 216º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACAE2 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186202226-
CMYK0.180.1100.11
HSL216º40.82%80.78%-
HSV(B)216º17.7%88.63%-
XYZ55.158.1780.28-
YUV199.95142.7118.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 226 (88.67% from 255) = 36.81%
R=30.29%
G=32.90%
B=36.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862022260.180.1100.1121640.8280.78
HexBACAE212B0Bd82951
Octal272312342221301333051121
Binary10111010110010101110001010010101101011110110001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAE2; }

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

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

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

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

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

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

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

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