#B3ABF0

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

Shades of Lavender Grey #B3ABF0

Tints of Lavender Grey #B3ABF0

Color information

#B3ABF0 (or 0xB3ABF0) is unknown color: approx Lavender Grey. HEX triplet: B3, AB and F0. RGB value is (179,171,240). Sum of RGB (Red+Green+Blue) = 179+171+240=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #B3ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ABF0 is #4C540F. Grayscale: #B4B4B4. Windows color (decimal): -5002256 or 15772595. OLE color: 15772595.

HSL color Cylindrical-coordinate representation of color #B3ABF0: hue angle of 246.96º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3ABF0 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179171240-
CMYK0.250.2900.06
HSL246.96º69.7%80.59%-
HSV(B)246.96º28.75%94.12%-
XYZ48.884588.55-
YUV181.26161.15126.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.34%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=30.34%
G=28.98%
B=40.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791712400.250.2900.06246.9669.780.59
HexB3ABF0191D06f74651
Octal263253360313506367106121
Binary101100111010101111110000110011110101101111011110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABF0; }

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

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

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

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

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

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

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

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