#B5AFDA

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

Shades of Lavender Grey #B5AFDA

Tints of Lavender Grey #B5AFDA

Color information

#B5AFDA (or 0xB5AFDA) is unknown color: approx Lavender Grey. HEX triplet: B5, AF and DA. RGB value is (181,175,218). Sum of RGB (Red+Green+Blue) = 181+175+218=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #B5AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFDA is #4A5025. Grayscale: #B5B5B5. Windows color (decimal): -4870182 or 14331829. OLE color: 14331829.

HSL color Cylindrical-coordinate representation of color #B5AFDA: hue angle of 248.37º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5AFDA is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181175218-
CMYK0.170.2000.15
HSL248.37º36.75%77.06%-
HSV(B)248.37º19.72%85.49%-
XYZ47.0445.5572.64-
YUV181.7148.49127.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=31.53%
G=30.49%
B=37.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811752180.170.2000.15248.3736.7577.06
HexB5AFDA11140Ff8254d
Octal265257332212401737045115
Binary101101011010111111011010100011010001111111110001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFDA; }

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

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

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

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

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

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

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

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