#B1BFDE

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

Shades of Light Steel Blue #B1BFDE

Tints of Light Steel Blue #B1BFDE

Color information

#B1BFDE (or 0xB1BFDE) is unknown color: approx Light Steel Blue. HEX triplet: B1, BF and DE. RGB value is (177,191,222). Sum of RGB (Red+Green+Blue) = 177+191+222=590 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1BFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFDE is #4E4021. Grayscale: #BEBEBE. Windows color (decimal): -5128226 or 14598065. OLE color: 14598065.

HSL color Cylindrical-coordinate representation of color #B1BFDE: hue angle of 221.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1BFDE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177191222-
CMYK0.200.1400.13
HSL221.33º40.54%78.24%-
HSV(B)221.33º20.27%87.06%-
XYZ49.9551.8876.49-
YUV190.35145.86118.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=30%
G=32.37%
B=37.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771912220.200.1400.13221.3340.5478.24
HexB1BFDE14E0Ddd294e
Octal261277336241601533551116
Binary10110001101111111101111010100111001101110111011010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFDE; }

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

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

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

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

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

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

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

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