#B5AFDE

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

Shades of Lavender Grey #B5AFDE

Tints of Lavender Grey #B5AFDE

Color information

#B5AFDE (or 0xB5AFDE) is unknown color: approx Lavender Grey. HEX triplet: B5, AF and DE. RGB value is (181,175,222). Sum of RGB (Red+Green+Blue) = 181+175+222=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFDE is #4A5021. Grayscale: #B5B5B5. Windows color (decimal): -4870178 or 14593973. OLE color: 14593973.

HSL color Cylindrical-coordinate representation of color #B5AFDE: hue angle of 247.66º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5AFDE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181175222-
CMYK0.180.2100.13
HSL247.66º41.59%77.84%-
HSV(B)247.66º21.17%87.06%-
XYZ47.5745.7675.43-
YUV182.15150.49127.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.31%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=31.31%
G=30.28%
B=38.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811752220.180.2100.13247.6641.5977.84
HexB5AFDE12150Df82a4e
Octal265257336222501537052116
Binary101101011010111111011110100101010101101111110001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFDE; }

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

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

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

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

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

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

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

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