#B2ABDD

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

Shades of Lavender Grey #B2ABDD

Tints of Lavender Grey #B2ABDD

Color information

#B2ABDD (or 0xB2ABDD) is unknown color: approx Lavender Grey. HEX triplet: B2, AB and DD. RGB value is (178,171,221). Sum of RGB (Red+Green+Blue) = 178+171+221=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABDD is #4D5422. Grayscale: #B2B2B2. Windows color (decimal): -5067811 or 14527410. OLE color: 14527410.

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

Color convert

RGB178171221-
CMYK0.190.2300.13
HSL248.4º42.37%76.86%-
HSV(B)248.4º22.62%86.67%-
XYZ45.9743.8174.44-
YUV178.79151.82127.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=31.23%
G=30%
B=38.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781712210.190.2300.13248.442.3776.86
HexB2ABDD13170Df82a4d
Octal262253335232701537052115
Binary101100101010101111011101100111011101101111110001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ABDD; }

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

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

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

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

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

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

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

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