#B3ABEE

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

Shades of Lavender Grey #B3ABEE

Tints of Lavender Grey #B3ABEE

Color information

#B3ABEE (or 0xB3ABEE) is unknown color: approx Lavender Grey. HEX triplet: B3, AB and EE. RGB value is (179,171,238). Sum of RGB (Red+Green+Blue) = 179+171+238=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3ABEE is #4C5411. Grayscale: #B4B4B4. Windows color (decimal): -5002258 or 15641523. OLE color: 15641523.

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

Color convert

RGB179171238-
CMYK0.250.2800.07
HSL247.16º66.34%80.2%-
HSV(B)247.16º28.15%93.33%-
XYZ48.5944.8886.99-
YUV181.03160.15126.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.44%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=30.44%
G=29.08%
B=40.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791712380.250.2800.07247.1666.3480.2
HexB3ABEE191C07f74250
Octal263253356313407367102120
Binary101100111010101111101110110011110001111111011110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABEE; }

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

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

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

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

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

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

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

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