#B3AEEE

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

Shades of Lavender Grey #B3AEEE

Tints of Lavender Grey #B3AEEE

Color information

#B3AEEE (or 0xB3AEEE) is unknown color: approx Lavender Grey. HEX triplet: B3, AE and EE. RGB value is (179,174,238). Sum of RGB (Red+Green+Blue) = 179+174+238=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AEEE is #4C5111. Grayscale: #B6B6B6. Windows color (decimal): -5001490 or 15642291. OLE color: 15642291.

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

Color convert

RGB179174238-
CMYK0.250.2700.07
HSL244.69º65.31%80.78%-
HSV(B)244.69º26.89%93.33%-
XYZ49.1646.0387.18-
YUV182.79159.16125.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.29%
GREEN value IS 174 (68.36% from 255) = 29.44%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=30.29%
G=29.44%
B=40.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791742380.250.2700.07244.6965.3180.78
HexB3AEEE191B07f54151
Octal263256356313307365101121
Binary101100111010111011101110110011101101111111010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEEE; }

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

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

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

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

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

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

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

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