#B1BEDB

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

Shades of Light Steel Blue #B1BEDB

Tints of Light Steel Blue #B1BEDB

Color information

#B1BEDB (or 0xB1BEDB) is unknown color: approx Light Steel Blue. HEX triplet: B1, BE and DB. RGB value is (177,190,219). Sum of RGB (Red+Green+Blue) = 177+190+219=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BEDB is #4E4124. Grayscale: #BDBDBD. Windows color (decimal): -5128485 or 14401201. OLE color: 14401201.

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

Color convert

RGB177190219-
CMYK0.190.1300.14
HSL221.43º36.84%77.65%-
HSV(B)221.43º19.18%85.88%-
XYZ49.3351.2974.32-
YUV189.42144.69119.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=30.20%
G=32.42%
B=37.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771902190.190.1300.14221.4336.8477.65
HexB1BEDB13D0Edd254e
Octal261276333231501633545116
Binary10110001101111101101101110011110101110110111011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEDB; }

 p { color: rgb(177,190,219); }

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

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

 a { background-color: rgb(177,190,219); }

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

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

 span { border-color: rgb(177,190,219); }

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