#BACADF

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

Shades of Light Steel Blue #BACADF

Tints of Light Steel Blue #BACADF

Color information

#BACADF (or 0xBACADF) is unknown color: approx Light Steel Blue. HEX triplet: BA, CA and DF. RGB value is (186,202,223). Sum of RGB (Red+Green+Blue) = 186+202+223=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #BACADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACADF is #453520. Grayscale: #C7C7C7. Windows color (decimal): -4535585 or 14666426. OLE color: 14666426.

HSL color Cylindrical-coordinate representation of color #BACADF: hue angle of 214.05º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACADF is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186202223-
CMYK0.170.0900.13
HSL214.05º36.63%80.2%-
HSV(B)214.05º16.59%87.45%-
XYZ54.6958.0178.13-
YUV199.61141.2118.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 202 (79.30% from 255) = 33.06%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=30.44%
G=33.06%
B=36.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862022230.170.0900.13214.0536.6380.2
HexBACADF1190Dd62550
Octal272312337211101532645120
Binary10111010110010101101111110001100101101110101101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACADF; }

 p { color: rgb(186,202,223); }

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

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

 a { background-color: rgb(186,202,223); }

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

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

 span { border-color: rgb(186,202,223); }

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