#B5AFDD

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

Shades of Lavender Grey #B5AFDD

Tints of Lavender Grey #B5AFDD

Color information

#B5AFDD (or 0xB5AFDD) is unknown color: approx Lavender Grey. HEX triplet: B5, AF and DD. RGB value is (181,175,221). Sum of RGB (Red+Green+Blue) = 181+175+221=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFDD is #4A5022. Grayscale: #B5B5B5. Windows color (decimal): -4870179 or 14528437. OLE color: 14528437.

HSL color Cylindrical-coordinate representation of color #B5AFDD: hue angle of 247.83º degrees, saturation: 0.4, 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 #B5AFDD is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181175221-
CMYK0.180.2100.13
HSL247.83º40.35%77.65%-
HSV(B)247.83º20.81%86.67%-
XYZ47.4445.774.73-
YUV182.04149.99127.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=31.37%
G=30.33%
B=38.30%

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
Decimal1811752210.180.2100.13247.8340.3577.65
HexB5AFDD12150Df8284e
Octal265257335222501537050116
Binary101101011010111111011101100101010101101111110001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFDD; }

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

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

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

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

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

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

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

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