#B0BFDD

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

Shades of Light Steel Blue #B0BFDD

Tints of Light Steel Blue #B0BFDD

Color information

#B0BFDD (or 0xB0BFDD) is unknown color: approx Light Steel Blue. HEX triplet: B0, BF and DD. RGB value is (176,191,221). Sum of RGB (Red+Green+Blue) = 176+191+221=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFDD is #4F4022. Grayscale: #BDBDBD. Windows color (decimal): -5193763 or 14532528. OLE color: 14532528.

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

Color convert

RGB176191221-
CMYK0.200.1400.13
HSL220º39.82%77.84%-
HSV(B)220º20.36%86.67%-
XYZ49.5951.7175.77-
YUV189.94145.53118.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.93%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=29.93%
G=32.48%
B=37.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761912210.200.1400.1322039.8277.84
HexB0BFDD14E0Ddc284e
Octal260277335241601533450116
Binary10110000101111111101110110100111001101110111001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BFDD; }

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

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

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

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

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

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

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

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