#BCCADF

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

Shades of Light Steel Blue #BCCADF

Tints of Light Steel Blue #BCCADF

Color information

#BCCADF (or 0xBCCADF) is unknown color: approx Light Steel Blue. HEX triplet: BC, CA and DF. RGB value is (188,202,223). Sum of RGB (Red+Green+Blue) = 188+202+223=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCADF is #433520. Grayscale: #C8C8C8. Windows color (decimal): -4404513 or 14666428. OLE color: 14666428.

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

Color convert

RGB188202223-
CMYK0.160.0900.13
HSL216º35.35%80.59%-
HSV(B)216º15.7%87.45%-
XYZ55.1858.2678.15-
YUV200.21140.86119.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=30.67%
G=32.95%
B=36.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882022230.160.0900.1321635.3580.59
HexBCCADF1090Dd82351
Octal274312337201101533043121
Binary10111100110010101101111110000100101101110110001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCADF; }

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

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

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

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

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

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

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

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