#B7B2DB

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

Shades of Lavender Grey #B7B2DB

Tints of Lavender Grey #B7B2DB

Color information

#B7B2DB (or 0xB7B2DB) is unknown color: approx Lavender Grey. HEX triplet: B7, B2 and DB. RGB value is (183,178,219). Sum of RGB (Red+Green+Blue) = 183+178+219=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B2DB is #484D24. Grayscale: #B8B8B8. Windows color (decimal): -4738341 or 14398135. OLE color: 14398135.

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

Color convert

RGB183178219-
CMYK0.160.1900.14
HSL247.32º36.28%77.84%-
HSV(B)247.32º18.72%85.88%-
XYZ48.2447.0273.55-
YUV184.17147.66127.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.55%
GREEN value IS 178 (69.92% from 255) = 30.69%
BLUE value IS 219 (85.94% from 255) = 37.76%
R=31.55%
G=30.69%
B=37.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831782190.160.1900.14247.3236.2877.84
HexB7B2DB10130Ef7244e
Octal267262333202301636744116
Binary101101111011001011011011100001001101110111101111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B2DB; }

 p { color: rgb(183,178,219); }

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

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

 a { background-color: rgb(183,178,219); }

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

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

 span { border-color: rgb(183,178,219); }

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