#B5B2DD

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

Shades of Lavender Grey #B5B2DD

Tints of Lavender Grey #B5B2DD

Color information

#B5B2DD (or 0xB5B2DD) is unknown color: approx Lavender Grey. HEX triplet: B5, B2 and DD. RGB value is (181,178,221). Sum of RGB (Red+Green+Blue) = 181+178+221=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B2DD is #4A4D22. Grayscale: #B7B7B7. Windows color (decimal): -4869411 or 14529205. OLE color: 14529205.

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

Color convert

RGB181178221-
CMYK0.180.1900.13
HSL244.19º38.74%78.24%-
HSV(B)244.19º19.46%86.67%-
XYZ48.0346.8974.92-
YUV183.8148.99126-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.21%
GREEN value IS 178 (69.92% from 255) = 30.69%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=31.21%
G=30.69%
B=38.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811782210.180.1900.13244.1938.7478.24
HexB5B2DD12130Df4274e
Octal265262335222301536447116
Binary101101011011001011011101100101001101101111101001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B2DD; }

 p { color: rgb(181,178,221); }

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

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

 a { background-color: rgb(181,178,221); }

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

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

 span { border-color: rgb(181,178,221); }

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