#B7B1DA

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

Shades of Lavender Grey #B7B1DA

Tints of Lavender Grey #B7B1DA

Color information

#B7B1DA (or 0xB7B1DA) is unknown color: approx Lavender Grey. HEX triplet: B7, B1 and DA. RGB value is (183,177,218). Sum of RGB (Red+Green+Blue) = 183+177+218=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7B1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B1DA is #484E25. Grayscale: #B7B7B7. Windows color (decimal): -4738598 or 14332343. OLE color: 14332343.

HSL color Cylindrical-coordinate representation of color #B7B1DA: hue angle of 248.78º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7B1DA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183177218-
CMYK0.160.1900.15
HSL248.78º35.65%77.45%-
HSV(B)248.78º18.81%85.49%-
XYZ47.9146.5772.79-
YUV183.47147.49127.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.66%
GREEN value IS 177 (69.53% from 255) = 30.62%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=31.66%
G=30.62%
B=37.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831772180.160.1900.15248.7835.6577.45
HexB7B1DA10130Ff9244d
Octal267261332202301737144115
Binary101101111011000111011010100001001101111111110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B1DA; }

 p { color: rgb(183,177,218); }

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

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

 a { background-color: rgb(183,177,218); }

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

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

 span { border-color: rgb(183,177,218); }

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