#B3AFD9

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

Shades of Lavender Grey #B3AFD9

Tints of Lavender Grey #B3AFD9

Color information

#B3AFD9 (or 0xB3AFD9) is unknown color: approx Lavender Grey. HEX triplet: B3, AF and D9. RGB value is (179,175,217). Sum of RGB (Red+Green+Blue) = 179+175+217=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #B3AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFD9 is #4C5026. Grayscale: #B4B4B4. Windows color (decimal): -5001255 or 14266291. OLE color: 14266291.

HSL color Cylindrical-coordinate representation of color #B3AFD9: hue angle of 245.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3AFD9 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179175217-
CMYK0.180.1900.15
HSL245.71º35.59%76.86%-
HSV(B)245.71º19.35%85.1%-
XYZ46.4445.2571.93-
YUV180.98148.33126.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 217 (85.16% from 255) = 38.00%
R=31.35%
G=30.65%
B=38.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791752170.180.1900.15245.7135.5976.86
HexB3AFD912130Ff6244d
Octal263257331222301736644115
Binary101100111010111111011001100101001101111111101101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFD9; }

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

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

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

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

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

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

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

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