#B3ABE4

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

Shades of Lavender Grey #B3ABE4

Tints of Lavender Grey #B3ABE4

Color information

#B3ABE4 (or 0xB3ABE4) is unknown color: approx Lavender Grey. HEX triplet: B3, AB and E4. RGB value is (179,171,228). Sum of RGB (Red+Green+Blue) = 179+171+228=578 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.97% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 228 - color contains mainly: blue. Hex color #B3ABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABE4 is #4C541B. Grayscale: #B3B3B3. Windows color (decimal): -5002268 or 14986163. OLE color: 14986163.

HSL color Cylindrical-coordinate representation of color #B3ABE4: hue angle of 248.42º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3ABE4 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB179171228-
CMYK0.210.2500.11
HSL248.42º51.35%78.24%-
HSV(B)248.42º25%89.41%-
XYZ47.1644.3179.47-
YUV179.89155.15127.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.97%
GREEN value IS 171 (67.19% from 255) = 29.58%
BLUE value IS 228 (89.45% from 255) = 39.45%
R=30.97%
G=29.58%
B=39.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1791712280.210.2500.11248.4251.3578.24
HexB3ABE415190Bf8334e
Octal263253344253101337063116
Binary101100111010101111100100101011100101011111110001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABE4; }

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

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

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

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

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

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

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

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