#B1BFDB

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

Shades of Light Steel Blue #B1BFDB

Tints of Light Steel Blue #B1BFDB

Color information

#B1BFDB (or 0xB1BFDB) is unknown color: approx Light Steel Blue. HEX triplet: B1, BF and DB. RGB value is (177,191,219). Sum of RGB (Red+Green+Blue) = 177+191+219=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFDB is #4E4024. Grayscale: #BDBDBD. Windows color (decimal): -5128229 or 14401457. OLE color: 14401457.

HSL color Cylindrical-coordinate representation of color #B1BFDB: hue angle of 220º 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 #B1BFDB is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177191219-
CMYK0.190.1300.14
HSL220º36.84%77.65%-
HSV(B)220º19.18%85.88%-
XYZ49.5551.7274.39-
YUV190.01144.36118.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.15%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=30.15%
G=32.54%
B=37.31%

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
Decimal1771912190.190.1300.1422036.8477.65
HexB1BFDB13D0Edc254e
Octal261277333231501633445116
Binary10110001101111111101101110011110101110110111001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFDB; }

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

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

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

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

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

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

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

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