#B0BBD7

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

Shades of Light Steel Blue #B0BBD7

Tints of Light Steel Blue #B0BBD7

Color information

#B0BBD7 (or 0xB0BBD7) is unknown color: approx Light Steel Blue. HEX triplet: B0, BB and D7. RGB value is (176,187,215). Sum of RGB (Red+Green+Blue) = 176+187+215=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBD7 is #4F4428. Grayscale: #BABABA. Windows color (decimal): -5194793 or 14138288. OLE color: 14138288.

HSL color Cylindrical-coordinate representation of color #B0BBD7: hue angle of 223.08º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0BBD7 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176187215-
CMYK0.180.1300.16
HSL223.08º32.77%76.67%-
HSV(B)223.08º18.14%84.31%-
XYZ47.9449.6871.35-
YUV186.9143.86120.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.45%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 215 (84.38% from 255) = 37.20%
R=30.45%
G=32.35%
B=37.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761872150.180.1300.16223.0832.7776.67
HexB0BBD712D010df214d
Octal260273327221502033741115
Binary101100001011101111010111100101101010000110111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBD7; }

 p { color: rgb(176,187,215); }

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

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

 a { background-color: rgb(176,187,215); }

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

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

 span { border-color: rgb(176,187,215); }

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