#B3ABE0

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

Shades of Lavender Grey #B3ABE0

Tints of Lavender Grey #B3ABE0

Color information

#B3ABE0 (or 0xB3ABE0) is unknown color: approx Lavender Grey. HEX triplet: B3, AB and E0. RGB value is (179,171,224). Sum of RGB (Red+Green+Blue) = 179+171+224=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #B3ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABE0 is #4C541F. Grayscale: #B3B3B3. Windows color (decimal): -5002272 or 14724019. OLE color: 14724019.

HSL color Cylindrical-coordinate representation of color #B3ABE0: hue angle of 249.06º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3ABE0 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB179171224-
CMYK0.200.2400.12
HSL249.06º46.09%77.45%-
HSV(B)249.06º23.66%87.84%-
XYZ46.6144.0976.57-
YUV179.43153.15127.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.18%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=31.18%
G=29.79%
B=39.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1791712240.200.2400.12249.0646.0977.45
HexB3ABE014180Cf92e4d
Octal263253340243001437156115
Binary101100111010101111100000101001100001100111110011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABE0; }

 p { color: rgb(179,171,224); }

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

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

 a { background-color: rgb(179,171,224); }

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

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

 span { border-color: rgb(179,171,224); }

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