#BACDE3

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

Shades of Light Steel Blue #BACDE3

Tints of Light Steel Blue #BACDE3

Color information

#BACDE3 (or 0xBACDE3) is unknown color: approx Light Steel Blue. HEX triplet: BA, CD and E3. RGB value is (186,205,227). Sum of RGB (Red+Green+Blue) = 186+205+227=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #BACDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDE3 is #45321C. Grayscale: #C9C9C9. Windows color (decimal): -4534813 or 14929338. OLE color: 14929338.

HSL color Cylindrical-coordinate representation of color #BACDE3: hue angle of 212.2º degrees, saturation: 0.42, 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 #BACDE3 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186205227-
CMYK0.180.1000.11
HSL212.2º42.27%80.98%-
HSV(B)212.2º18.06%89.02%-
XYZ55.9559.6581.24-
YUV201.83142.21116.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=30.10%
G=33.17%
B=36.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862052270.180.1000.11212.242.2780.98
HexBACDE312A0Bd42a51
Octal272315343221201332452121
Binary10111010110011011110001110010101001011110101001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDE3; }

 p { color: rgb(186,205,227); }

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

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

 a { background-color: rgb(186,205,227); }

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

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

 span { border-color: rgb(186,205,227); }

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