#B2B1D5

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

Shades of Lavender Grey #B2B1D5

Tints of Lavender Grey #B2B1D5

Color information

#B2B1D5 (or 0xB2B1D5) is unknown color: approx Lavender Grey. HEX triplet: B2, B1 and D5. RGB value is (178,177,213). Sum of RGB (Red+Green+Blue) = 178+177+213=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #B2B1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B1D5 is #4D4E2A. Grayscale: #B5B5B5. Windows color (decimal): -5066283 or 14004658. OLE color: 14004658.

HSL color Cylindrical-coordinate representation of color #B2B1D5: hue angle of 241.67º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2B1D5 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178177213-
CMYK0.160.1700.16
HSL241.67º30%76.47%-
HSV(B)241.67º16.9%83.53%-
XYZ46.0945.7169.35-
YUV181.4145.83125.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=31.34%
G=31.16%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781772130.160.1700.16241.673076.47
HexB2B1D51011010f21e4c
Octal262261325202102036236114
Binary101100101011000111010101100001000101000011110010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B1D5; }

 p { color: rgb(178,177,213); }

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

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

 a { background-color: rgb(178,177,213); }

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

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

 span { border-color: rgb(178,177,213); }

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