#B4BFDB

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

Shades of Light Steel Blue #B4BFDB

Tints of Light Steel Blue #B4BFDB

Color information

#B4BFDB (or 0xB4BFDB) is unknown color: approx Light Steel Blue. HEX triplet: B4, BF and DB. RGB value is (180,191,219). Sum of RGB (Red+Green+Blue) = 180+191+219=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFDB is #4B4024. Grayscale: #BEBEBE. Windows color (decimal): -4931621 or 14401460. OLE color: 14401460.

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

Color convert

RGB180191219-
CMYK0.180.1300.14
HSL223.08º35.14%78.24%-
HSV(B)223.08º17.81%85.88%-
XYZ50.2452.0874.42-
YUV190.9143.86120.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.51%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 219 (85.94% from 255) = 37.12%
R=30.51%
G=32.37%
B=37.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801912190.180.1300.14223.0835.1478.24
HexB4BFDB12D0Edf234e
Octal264277333221501633743116
Binary10110100101111111101101110010110101110110111111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFDB; }

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

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

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

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

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

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

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

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