#B1BFDA

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

Shades of Light Steel Blue #B1BFDA

Tints of Light Steel Blue #B1BFDA

Color information

#B1BFDA (or 0xB1BFDA) is unknown color: approx Light Steel Blue. HEX triplet: B1, BF and DA. RGB value is (177,191,218). Sum of RGB (Red+Green+Blue) = 177+191+218=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFDA is #4E4025. Grayscale: #BDBDBD. Windows color (decimal): -5128230 or 14335921. OLE color: 14335921.

HSL color Cylindrical-coordinate representation of color #B1BFDA: hue angle of 219.51º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1BFDA is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177191218-
CMYK0.190.1200.15
HSL219.51º35.65%77.45%-
HSV(B)219.51º18.81%85.49%-
XYZ49.4251.6773.7-
YUV189.89143.86118.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=30.20%
G=32.59%
B=37.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771912180.190.1200.15219.5135.6577.45
HexB1BFDA13C0Fdc244d
Octal261277332231401733444115
Binary10110001101111111101101010011110001111110111001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFDA; }

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

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

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

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

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

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

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

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