#B2B4DC

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

Shades of Lavender Grey #B2B4DC

Tints of Lavender Grey #B2B4DC

Color information

#B2B4DC (or 0xB2B4DC) is unknown color: approx Lavender Grey. HEX triplet: B2, B4 and DC. RGB value is (178,180,220). Sum of RGB (Red+Green+Blue) = 178+180+220=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2B4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B4DC is #4D4B23. Grayscale: #B7B7B7. Windows color (decimal): -5065508 or 14464178. OLE color: 14464178.

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

Color convert

RGB178180220-
CMYK0.190.1800.14
HSL237.14º37.5%78.04%-
HSV(B)237.14º19.09%86.27%-
XYZ47.647.2774.33-
YUV183.96148.34123.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.80%
GREEN value IS 180 (70.70% from 255) = 31.14%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=30.80%
G=31.14%
B=38.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781802200.190.1800.14237.1437.578.04
HexB2B4DC13120Eed254e
Octal262264334232201635545116
Binary101100101011010011011100100111001001110111011011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B4DC; }

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

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

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

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

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

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

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

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