#b3c4e1

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

Shades of Light Steel Blue #B3C4E1

Tints of Light Steel Blue #B3C4E1

Color information

#B3C4E1 (or 0xB3C4E1) is unknown color: approx Light Steel Blue. HEX triplet: B3, C4 and E1. RGB value is (179,196,225). Sum of RGB (Red+Green+Blue) = 179+196+225=600 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.83% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #B3C4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C4E1 is #4C3B1E. Grayscale: #C2C2C2. Windows color (decimal): -4995871 or 14795955. OLE color: 14795955.

HSL color Cylindrical-coordinate representation of color #B3C4E1: hue angle of 217.83º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3C4E1 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB179196225-
CMYK0.200.1300.12
HSL217.83º43.4%79.22%-
HSV(B)217.83º20.44%88.24%-
XYZ51.9254.579.02-
YUV194.22145.37117.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.83%
GREEN value IS 196 (76.95% from 255) = 32.67%
BLUE value IS 225 (88.28% from 255) = 37.5%
R=29.83%
G=32.67%
B=37.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1791962250.200.1300.12217.8343.479.22
HexB3C4E114D0Cda2b4f
Octal263304341241501433253117
Binary10110011110001001110000110100110101100110110101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3c4e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3c4e1; }

 p { color: rgb(179,196,225); }

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

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

 a { background-color: rgb(179,196,225); }

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

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

 span { border-color: rgb(179,196,225); }

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