#BACBE3

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

Shades of Light Steel Blue #BACBE3

Tints of Light Steel Blue #BACBE3

Color information

#BACBE3 (or 0xBACBE3) is unknown color: approx Light Steel Blue. HEX triplet: BA, CB and E3. RGB value is (186,203,227). Sum of RGB (Red+Green+Blue) = 186+203+227=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #BACBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBE3 is #45341C. Grayscale: #C8C8C8. Windows color (decimal): -4535325 or 14928826. OLE color: 14928826.

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

Color convert

RGB186203227-
CMYK0.180.1100.11
HSL215.12º42.27%80.98%-
HSV(B)215.12º18.06%89.02%-
XYZ55.4758.781.08-
YUV200.65142.87117.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 227 (89.06% from 255) = 36.85%
R=30.19%
G=32.95%
B=36.85%

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
Decimal1862032270.180.1100.11215.1242.2780.98
HexBACBE312B0Bd72a51
Octal272313343221301332752121
Binary10111010110010111110001110010101101011110101111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBE3; }

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

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

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

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

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

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

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

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