#BACBE1

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

Shades of Light Steel Blue #BACBE1

Tints of Light Steel Blue #BACBE1

Color information

#BACBE1 (or 0xBACBE1) is unknown color: approx Light Steel Blue. HEX triplet: BA, CB and E1. RGB value is (186,203,225). Sum of RGB (Red+Green+Blue) = 186+203+225=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #BACBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBE1 is #45341E. Grayscale: #C8C8C8. Windows color (decimal): -4535327 or 14797754. OLE color: 14797754.

HSL color Cylindrical-coordinate representation of color #BACBE1: hue angle of 213.85º 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 #BACBE1 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186203225-
CMYK0.170.1000.12
HSL213.85º39.39%80.59%-
HSV(B)213.85º17.33%88.24%-
XYZ55.258.5979.63-
YUV200.42141.87117.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 225 (88.28% from 255) = 36.64%
R=30.29%
G=33.06%
B=36.64%

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
Decimal1862032250.170.1000.12213.8539.3980.59
HexBACBE111A0Cd62751
Octal272313341211201432647121
Binary10111010110010111110000110001101001100110101101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBE1; }

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

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

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

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

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

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

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

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