#B3AFDD

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

Shades of Lavender Grey #B3AFDD

Tints of Lavender Grey #B3AFDD

Color information

#B3AFDD (or 0xB3AFDD) is unknown color: approx Lavender Grey. HEX triplet: B3, AF and DD. RGB value is (179,175,221). Sum of RGB (Red+Green+Blue) = 179+175+221=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFDD is #4C5022. Grayscale: #B5B5B5. Windows color (decimal): -5001251 or 14528435. OLE color: 14528435.

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

Color convert

RGB179175221-
CMYK0.190.2100.13
HSL245.22º40.35%77.65%-
HSV(B)245.22º20.81%86.67%-
XYZ46.9745.4674.71-
YUV181.44150.33126.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.13%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=31.13%
G=30.43%
B=38.43%

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
Decimal1791752210.190.2100.13245.2240.3577.65
HexB3AFDD13150Df5284e
Octal263257335232501536550116
Binary101100111010111111011101100111010101101111101011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFDD; }

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

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

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

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

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

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

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

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