#B5BFDB

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

Shades of Light Steel Blue #B5BFDB

Tints of Light Steel Blue #B5BFDB

Color information

#B5BFDB (or 0xB5BFDB) is unknown color: approx Light Steel Blue. HEX triplet: B5, BF and DB. RGB value is (181,191,219). Sum of RGB (Red+Green+Blue) = 181+191+219=591 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.63% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFDB is #4A4024. Grayscale: #BFBFBF. Windows color (decimal): -4866085 or 14401461. OLE color: 14401461.

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

Color convert

RGB181191219-
CMYK0.170.1300.14
HSL224.21º34.55%78.43%-
HSV(B)224.21º17.35%85.88%-
XYZ50.4752.274.43-
YUV191.2143.69120.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.63%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=30.63%
G=32.32%
B=37.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811912190.170.1300.14224.2134.5578.43
HexB5BFDB11D0Ee0234e
Octal265277333211501634043116
Binary10110101101111111101101110001110101110111000001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BFDB; }

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

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

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

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

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

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

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

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