#B7AFDD

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

Shades of Lavender Grey #B7AFDD

Tints of Lavender Grey #B7AFDD

Color information

#B7AFDD (or 0xB7AFDD) is unknown color: approx Lavender Grey. HEX triplet: B7, AF and DD. RGB value is (183,175,221). Sum of RGB (Red+Green+Blue) = 183+175+221=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFDD is #485022. Grayscale: #B6B6B6. Windows color (decimal): -4739107 or 14528439. OLE color: 14528439.

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

Color convert

RGB183175221-
CMYK0.170.2100.13
HSL250.43º40.35%77.65%-
HSV(B)250.43º20.81%86.67%-
XYZ47.9145.9574.75-
YUV182.64149.65128.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.61%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=31.61%
G=30.22%
B=38.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831752210.170.2100.13250.4340.3577.65
HexB7AFDD11150Dfa284e
Octal267257335212501537250116
Binary101101111010111111011101100011010101101111110101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFDD; }

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

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

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

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

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

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

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

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