#B5BED8

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

Shades of Light Steel Blue #B5BED8

Tints of Light Steel Blue #B5BED8

Color information

#B5BED8 (or 0xB5BED8) is unknown color: approx Light Steel Blue. HEX triplet: B5, BE and D8. RGB value is (181,190,216). Sum of RGB (Red+Green+Blue) = 181+190+216=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #B5BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BED8 is #4A4127. Grayscale: #BEBEBE. Windows color (decimal): -4866344 or 14204597. OLE color: 14204597.

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

Color convert

RGB181190216-
CMYK0.160.1200.15
HSL224.57º30.97%77.84%-
HSV(B)224.57º16.2%84.71%-
XYZ49.8651.6172.3-
YUV190.27142.52121.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.83%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 216 (84.77% from 255) = 36.80%
R=30.83%
G=32.37%
B=36.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811902160.160.1200.15224.5730.9777.84
HexB5BED810C0Fe11f4e
Octal265276330201401734137116
Binary1011010110111110110110001000011000111111100001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BED8; }

 p { color: rgb(181,190,216); }

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

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

 a { background-color: rgb(181,190,216); }

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

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

 span { border-color: rgb(181,190,216); }

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