#B3BFDE

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

Shades of Light Steel Blue #B3BFDE

Tints of Light Steel Blue #B3BFDE

Color information

#B3BFDE (or 0xB3BFDE) is unknown color: approx Light Steel Blue. HEX triplet: B3, BF and DE. RGB value is (179,191,222). Sum of RGB (Red+Green+Blue) = 179+191+222=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BFDE is #4C4021. Grayscale: #BEBEBE. Windows color (decimal): -4997154 or 14598067. OLE color: 14598067.

HSL color Cylindrical-coordinate representation of color #B3BFDE: hue angle of 223.26º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3BFDE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179191222-
CMYK0.190.1400.13
HSL223.26º39.45%78.63%-
HSV(B)223.26º19.37%87.06%-
XYZ50.4152.1276.51-
YUV190.95145.52119.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.24%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=30.24%
G=32.26%
B=37.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791912220.190.1400.13223.2639.4578.63
HexB3BFDE13E0Ddf274f
Octal263277336231601533747117
Binary10110011101111111101111010011111001101110111111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BFDE; }

 p { color: rgb(179,191,222); }

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

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

 a { background-color: rgb(179,191,222); }

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

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

 span { border-color: rgb(179,191,222); }

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