#BACCE4

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

Shades of Light Steel Blue #BACCE4

Tints of Light Steel Blue #BACCE4

Color information

#BACCE4 (or 0xBACCE4) is unknown color: approx Light Steel Blue. HEX triplet: BA, CC and E4. RGB value is (186,204,228). Sum of RGB (Red+Green+Blue) = 186+204+228=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #BACCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCE4 is #45331B. Grayscale: #C9C9C9. Windows color (decimal): -4535068 or 14994618. OLE color: 14994618.

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

Color convert

RGB186204228-
CMYK0.180.1100.11
HSL214.29º43.75%81.18%-
HSV(B)214.29º18.42%89.41%-
XYZ55.8559.2381.89-
YUV201.35143.04117.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 228 (89.45% from 255) = 36.89%
R=30.10%
G=33.01%
B=36.89%

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
Decimal1862042280.180.1100.11214.2943.7581.18
HexBACCE412B0Bd62c51
Octal272314344221301332654121
Binary10111010110011001110010010010101101011110101101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCE4; }

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

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

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

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

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

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

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

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