#B4AEEE

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

Shades of Lavender Grey #B4AEEE

Tints of Lavender Grey #B4AEEE

Color information

#B4AEEE (or 0xB4AEEE) is unknown color: approx Lavender Grey. HEX triplet: B4, AE and EE. RGB value is (180,174,238). Sum of RGB (Red+Green+Blue) = 180+174+238=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AEEE is #4B5111. Grayscale: #B6B6B6. Windows color (decimal): -4935954 or 15642292. OLE color: 15642292.

HSL color Cylindrical-coordinate representation of color #B4AEEE: hue angle of 245.62º 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 #B4AEEE is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180174238-
CMYK0.240.2700.07
HSL245.62º65.31%80.78%-
HSV(B)245.62º26.89%93.33%-
XYZ49.3946.1587.19-
YUV183.09158.99125.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.41%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 238 (93.36% from 255) = 40.20%
R=30.41%
G=29.39%
B=40.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801742380.240.2700.07245.6265.3180.78
HexB4AEEE181B07f64151
Octal264256356303307366101121
Binary101101001010111011101110110001101101111111011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AEEE; }

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

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

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

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

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

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

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

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