#B4BFD9

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

Shades of Light Steel Blue #B4BFD9

Tints of Light Steel Blue #B4BFD9

Color information

#B4BFD9 (or 0xB4BFD9) is unknown color: approx Light Steel Blue. HEX triplet: B4, BF and D9. RGB value is (180,191,217). Sum of RGB (Red+Green+Blue) = 180+191+217=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #B4BFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFD9 is #4B4026. Grayscale: #BEBEBE. Windows color (decimal): -4931623 or 14270388. OLE color: 14270388.

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

Color convert

RGB180191217-
CMYK0.170.1200.15
HSL222.16º32.74%77.84%-
HSV(B)222.16º17.05%85.1%-
XYZ49.9851.9773.04-
YUV190.68142.86120.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.61%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 217 (85.16% from 255) = 36.90%
R=30.61%
G=32.48%
B=36.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801912170.170.1200.15222.1632.7477.84
HexB4BFD911C0Fde214e
Octal264277331211401733641116
Binary10110100101111111101100110001110001111110111101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFD9; }

 p { color: rgb(180,191,217); }

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

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

 a { background-color: rgb(180,191,217); }

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

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

 span { border-color: rgb(180,191,217); }

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