#BACCE3

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

Shades of Light Steel Blue #BACCE3

Tints of Light Steel Blue #BACCE3

Color information

#BACCE3 (or 0xBACCE3) is unknown color: approx Light Steel Blue. HEX triplet: BA, CC and E3. RGB value is (186,204,227). Sum of RGB (Red+Green+Blue) = 186+204+227=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #BACCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCE3 is #45331C. Grayscale: #C9C9C9. Windows color (decimal): -4535069 or 14929082. OLE color: 14929082.

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

Color convert

RGB186204227-
CMYK0.180.1000.11
HSL213.66º42.27%80.98%-
HSV(B)213.66º18.06%89.02%-
XYZ55.7159.1781.16-
YUV201.24142.54117.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=30.15%
G=33.06%
B=36.79%

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
Decimal1862042270.180.1000.11213.6642.2780.98
HexBACCE312A0Bd62a51
Octal272314343221201332652121
Binary10111010110011001110001110010101001011110101101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCE3; }

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

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

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

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

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

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

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

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