#B4B7DC

Color #B4B7DC Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B4B7DC

Tints of Lavender Grey #B4B7DC

Color information

#B4B7DC (or 0xB4B7DC) is unknown color: approx Lavender Grey. HEX triplet: B4, B7 and DC. RGB value is (180,183,220). Sum of RGB (Red+Green+Blue) = 180+183+220=583 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.87% from 583); Green value is 183 (71.88% from 255 or 31.39% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B7DC is #4B4823. Grayscale: #BABABA. Windows color (decimal): -4933668 or 14464948. OLE color: 14464948.

HSL color Cylindrical-coordinate representation of color #B4B7DC: hue angle of 235.5º degrees, saturation: 0.36, 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 #B4B7DC is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180183220-
CMYK0.180.1700.14
HSL235.5º36.36%78.43%-
HSV(B)235.5º18.18%86.27%-
XYZ48.6748.7474.55-
YUV186.32147.01123.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.87%
GREEN value IS 183 (71.88% from 255) = 31.39%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=30.87%
G=31.39%
B=37.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801832200.180.1700.14235.536.3678.43
HexB4B7DC12110Eec244e
Octal264267334222101635444116
Binary101101001011011111011100100101000101110111011001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B7DC; }

 p { color: rgb(180,183,220); }

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

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

 a { background-color: rgb(180,183,220); }

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

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

 span { border-color: rgb(180,183,220); }

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