#BACDE1

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

Shades of Light Steel Blue #BACDE1

Tints of Light Steel Blue #BACDE1

Color information

#BACDE1 (or 0xBACDE1) is unknown color: approx Light Steel Blue. HEX triplet: BA, CD and E1. RGB value is (186,205,225). Sum of RGB (Red+Green+Blue) = 186+205+225=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #BACDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDE1 is #45321E. Grayscale: #C9C9C9. Windows color (decimal): -4534815 or 14798266. OLE color: 14798266.

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

Color convert

RGB186205225-
CMYK0.170.0900.12
HSL210.77º39.39%80.59%-
HSV(B)210.77º17.33%88.24%-
XYZ55.6759.5479.79-
YUV201.6141.21116.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 225 (88.28% from 255) = 36.53%
R=30.19%
G=33.28%
B=36.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862052250.170.0900.12210.7739.3980.59
HexBACDE11190Cd32751
Octal272315341211101432347121
Binary10111010110011011110000110001100101100110100111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDE1; }

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

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

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

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

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

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

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

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