#B3AFDA

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

Shades of Lavender Grey #B3AFDA

Tints of Lavender Grey #B3AFDA

Color information

#B3AFDA (or 0xB3AFDA) is unknown color: approx Lavender Grey. HEX triplet: B3, AF and DA. RGB value is (179,175,218). Sum of RGB (Red+Green+Blue) = 179+175+218=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #B3AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFDA is #4C5025. Grayscale: #B4B4B4. Windows color (decimal): -5001254 or 14331827. OLE color: 14331827.

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

Color convert

RGB179175218-
CMYK0.180.2000.15
HSL245.58º36.75%77.06%-
HSV(B)245.58º19.72%85.49%-
XYZ46.5845.3172.62-
YUV181.1148.83126.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.29%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=31.29%
G=30.59%
B=38.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791752180.180.2000.15245.5836.7577.06
HexB3AFDA12140Ff6254d
Octal263257332222401736645115
Binary101100111010111111011010100101010001111111101101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFDA; }

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

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

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

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

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

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

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

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