#B5AEEE

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

Shades of Lavender Grey #B5AEEE

Tints of Lavender Grey #B5AEEE

Color information

#B5AEEE (or 0xB5AEEE) is unknown color: approx Lavender Grey. HEX triplet: B5, AE and EE. RGB value is (181,174,238). Sum of RGB (Red+Green+Blue) = 181+174+238=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #B5AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AEEE is #4A5111. Grayscale: #B7B7B7. Windows color (decimal): -4870418 or 15642293. OLE color: 15642293.

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

Color convert

RGB181174238-
CMYK0.240.2700.07
HSL246.56º65.31%80.78%-
HSV(B)246.56º26.89%93.33%-
XYZ49.6246.2787.2-
YUV183.39158.82126.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.52%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=30.52%
G=29.34%
B=40.13%

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
Decimal1811742380.240.2700.07246.5665.3180.78
HexB5AEEE181B07f74151
Octal265256356303307367101121
Binary101101011010111011101110110001101101111111011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEEE; }

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

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

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

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

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

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

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

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