#B0BFDC

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

Shades of Light Steel Blue #B0BFDC

Tints of Light Steel Blue #B0BFDC

Color information

#B0BFDC (or 0xB0BFDC) is unknown color: approx Light Steel Blue. HEX triplet: B0, BF and DC. RGB value is (176,191,220). Sum of RGB (Red+Green+Blue) = 176+191+220=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFDC is #4F4023. Grayscale: #BDBDBD. Windows color (decimal): -5193764 or 14466992. OLE color: 14466992.

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

Color convert

RGB176191220-
CMYK0.20.1300.14
HSL219.55º38.6%77.65%-
HSV(B)219.55º20%86.27%-
XYZ49.4551.6675.07-
YUV189.82145.03118.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.98%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=29.98%
G=32.54%
B=37.48%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761912200.20.1300.14219.5538.677.65
HexB0BFDC14D0Edc274e
Octal260277334241501633447116
Binary10110000101111111101110010100110101110110111001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFDC; }

 p { color: rgb(176,191,220); }

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

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

 a { background-color: rgb(176,191,220); }

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

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

 span { border-color: rgb(176,191,220); }

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