#B3AEDF

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

Shades of Lavender Grey #B3AEDF

Tints of Lavender Grey #B3AEDF

Color information

#B3AEDF (or 0xB3AEDF) is unknown color: approx Lavender Grey. HEX triplet: B3, AE and DF. RGB value is (179,174,223). Sum of RGB (Red+Green+Blue) = 179+174+223=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AEDF is #4C5120. Grayscale: #B4B4B4. Windows color (decimal): -5001505 or 14659251. OLE color: 14659251.

HSL color Cylindrical-coordinate representation of color #B3AEDF: hue angle of 246.12º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3AEDF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179174223-
CMYK0.200.2200.13
HSL246.12º43.36%77.84%-
HSV(B)246.12º21.97%87.45%-
XYZ47.0545.1876.05-
YUV181.08151.66126.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.08%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=31.08%
G=30.21%
B=38.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791742230.200.2200.13246.1243.3677.84
HexB3AEDF14160Df62b4e
Octal263256337242601536653116
Binary101100111010111011011111101001011001101111101101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEDF; }

 p { color: rgb(179,174,223); }

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

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

 a { background-color: rgb(179,174,223); }

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

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

 span { border-color: rgb(179,174,223); }

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