#B2ABDF

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

Shades of Lavender Grey #B2ABDF

Tints of Lavender Grey #B2ABDF

Color information

#B2ABDF (or 0xB2ABDF) is unknown color: approx Lavender Grey. HEX triplet: B2, AB and DF. RGB value is (178,171,223). Sum of RGB (Red+Green+Blue) = 178+171+223=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABDF is #4D5420. Grayscale: #B2B2B2. Windows color (decimal): -5067809 or 14658482. OLE color: 14658482.

HSL color Cylindrical-coordinate representation of color #B2ABDF: hue angle of 248.08º degrees, saturation: 0.45, 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 #B2ABDF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178171223-
CMYK0.200.2300.13
HSL248.08º44.83%77.25%-
HSV(B)248.08º23.32%87.45%-
XYZ46.2443.9275.85-
YUV179.02152.82127.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.12%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=31.12%
G=29.90%
B=38.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781712230.200.2300.13248.0844.8377.25
HexB2ABDF14170Df82d4d
Octal262253337242701537055115
Binary101100101010101111011111101001011101101111110001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ABDF; }

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

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

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

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

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

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

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

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