#B5AFEC

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

Shades of Lavender Grey #B5AFEC

Tints of Lavender Grey #B5AFEC

Color information

#B5AFEC (or 0xB5AFEC) is unknown color: approx Lavender Grey. HEX triplet: B5, AF and EC. RGB value is (181,175,236). Sum of RGB (Red+Green+Blue) = 181+175+236=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AFEC is #4A5013. Grayscale: #B7B7B7. Windows color (decimal): -4870164 or 15511477. OLE color: 15511477.

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

Color convert

RGB181175236-
CMYK0.230.2600.07
HSL245.9º61.62%80.59%-
HSV(B)245.9º25.85%92.55%-
XYZ49.5346.5485.73-
YUV183.75157.49126.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.57%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=30.57%
G=29.56%
B=39.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811752360.230.2600.07245.961.6280.59
HexB5AFEC171A07f63e51
Octal26525735427320736676121
Binary10110101101011111110110010111110100111111101101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFEC; }

 p { color: rgb(181,175,236); }

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

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

 a { background-color: rgb(181,175,236); }

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

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

 span { border-color: rgb(181,175,236); }

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