#BACDE2

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

Shades of Light Steel Blue #BACDE2

Tints of Light Steel Blue #BACDE2

Color information

#BACDE2 (or 0xBACDE2) is unknown color: approx Light Steel Blue. HEX triplet: BA, CD and E2. RGB value is (186,205,226). Sum of RGB (Red+Green+Blue) = 186+205+226=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #BACDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDE2 is #45321D. Grayscale: #C9C9C9. Windows color (decimal): -4534814 or 14863802. OLE color: 14863802.

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

Color convert

RGB186205226-
CMYK0.180.0900.11
HSL211.5º40.82%80.78%-
HSV(B)211.5º17.7%88.63%-
XYZ55.8159.5980.51-
YUV201.71141.71116.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 226 (88.67% from 255) = 36.63%
R=30.15%
G=33.23%
B=36.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862052260.180.0900.11211.540.8280.78
HexBACDE21290Bd42951
Octal272315342221101332451121
Binary10111010110011011110001010010100101011110101001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDE2; }

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

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

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

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

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

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

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

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