#B3ABEF

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

Shades of Lavender Grey #B3ABEF

Tints of Lavender Grey #B3ABEF

Color information

#B3ABEF (or 0xB3ABEF) is unknown color: approx Lavender Grey. HEX triplet: B3, AB and EF. RGB value is (179,171,239). Sum of RGB (Red+Green+Blue) = 179+171+239=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ABEF is #4C5410. Grayscale: #B4B4B4. Windows color (decimal): -5002257 or 15707059. OLE color: 15707059.

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

Color convert

RGB179171239-
CMYK0.250.2800.06
HSL247.06º68%80.39%-
HSV(B)247.06º28.45%93.73%-
XYZ48.7344.9487.77-
YUV181.14160.65126.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 239 (93.75% from 255) = 40.58%
R=30.39%
G=29.03%
B=40.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791712390.250.2800.06247.066880.39
HexB3ABEF191C06f74450
Octal263253357313406367104120
Binary101100111010101111101111110011110001101111011110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABEF; }

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

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

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

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

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

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

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

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