#B7AFDE

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

Shades of Lavender Grey #B7AFDE

Tints of Lavender Grey #B7AFDE

Color information

#B7AFDE (or 0xB7AFDE) is unknown color: approx Lavender Grey. HEX triplet: B7, AF and DE. RGB value is (183,175,222). Sum of RGB (Red+Green+Blue) = 183+175+222=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFDE is #485021. Grayscale: #B6B6B6. Windows color (decimal): -4739106 or 14593975. OLE color: 14593975.

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

Color convert

RGB183175222-
CMYK0.180.2100.13
HSL250.21º41.59%77.84%-
HSV(B)250.21º21.17%87.06%-
XYZ48.044675.45-
YUV182.75150.15128.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.55%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=31.55%
G=30.17%
B=38.28%

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
Decimal1831752220.180.2100.13250.2141.5977.84
HexB7AFDE12150Dfa2a4e
Octal267257336222501537252116
Binary101101111010111111011110100101010101101111110101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AFDE; }

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

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

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

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

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

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

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

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