#B3AFDE

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

Shades of Lavender Grey #B3AFDE

Tints of Lavender Grey #B3AFDE

Color information

#B3AFDE (or 0xB3AFDE) is unknown color: approx Lavender Grey. HEX triplet: B3, AF and DE. RGB value is (179,175,222). Sum of RGB (Red+Green+Blue) = 179+175+222=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #B3AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFDE is #4C5021. Grayscale: #B5B5B5. Windows color (decimal): -5001250 or 14593971. OLE color: 14593971.

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

Color convert

RGB179175222-
CMYK0.190.2100.13
HSL245.11º41.59%77.84%-
HSV(B)245.11º21.17%87.06%-
XYZ47.1145.5275.41-
YUV181.55150.83126.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.08%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 222 (87.11% from 255) = 38.54%
R=31.08%
G=30.38%
B=38.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791752220.190.2100.13245.1141.5977.84
HexB3AFDE13150Df52a4e
Octal263257336232501536552116
Binary101100111010111111011110100111010101101111101011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFDE; }

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

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

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

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

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

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

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

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