#B0ABDE

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

Shades of Lavender Grey #B0ABDE

Tints of Lavender Grey #B0ABDE

Color information

#B0ABDE (or 0xB0ABDE) is unknown color: approx Lavender Grey. HEX triplet: B0, AB and DE. RGB value is (176,171,222). Sum of RGB (Red+Green+Blue) = 176+171+222=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #B0ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABDE is #4F5421. Grayscale: #B2B2B2. Windows color (decimal): -5198882 or 14592944. OLE color: 14592944.

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

Color convert

RGB176171222-
CMYK0.210.2300.13
HSL245.88º43.59%77.06%-
HSV(B)245.88º22.97%87.06%-
XYZ45.6543.6375.12-
YUV178.31152.66126.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=30.93%
G=30.05%
B=39.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761712220.210.2300.13245.8843.5977.06
HexB0ABDE15170Df62c4d
Octal260253336252701536654115
Binary101100001010101111011110101011011101101111101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABDE; }

 p { color: rgb(176,171,222); }

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

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

 a { background-color: rgb(176,171,222); }

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

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

 span { border-color: rgb(176,171,222); }

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