#B5AEED

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

Shades of Lavender Grey #B5AEED

Tints of Lavender Grey #B5AEED

Color information

#B5AEED (or 0xB5AEED) is unknown color: approx Lavender Grey. HEX triplet: B5, AE and ED. RGB value is (181,174,237). Sum of RGB (Red+Green+Blue) = 181+174+237=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #B5AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AEED is #4A5112. Grayscale: #B7B7B7. Windows color (decimal): -4870419 or 15576757. OLE color: 15576757.

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

Color convert

RGB181174237-
CMYK0.240.2700.07
HSL246.67º63.64%80.59%-
HSV(B)246.67º26.58%92.94%-
XYZ49.4846.2186.43-
YUV183.28158.32126.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.57%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=30.57%
G=29.39%
B=40.03%

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
Decimal1811742370.240.2700.07246.6763.6480.59
HexB5AEED181B07f74051
Octal265256355303307367100121
Binary101101011010111011101101110001101101111111011110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AEED; }

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

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

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

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

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

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

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

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