Html Css Color HEX #B3AADF Lavender Grey

📋 copy color: '#B3AADF'

red 179 ◦ green 170 ◦ blue 223

#B3AADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #B3AADF

Tints of Lavender Grey #B3AADF

RGB

 RED value IS 179 (70.31% from 255) = 31.29%

 GREEN value IS 170 (66.8% from 255) = 29.72%

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 31.29%
G = 29.72%
B = 38.99%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3AADF (or 0xB3AADF) is known color: Lavender Grey. HEX triplet: B3, AA and DF. RGB value is (179,170,223). Sum of RGB (Red+Green+Blue) = 179+170+223=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #B3AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AADF is #4C5520. Grayscale: #B2B2B2. Windows color (decimal): -5002529 or 14658227. OLE color: 14658227.

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

Color convert

RGB 179 170 223 -
CMYK 0.20 0.24 0 0.13
HSL 250.19º 0.45% 0.77% -
HSV(B) 250.19º 0.24% 0.87% -
XYZ 46.28 43.66 75.8 -
YUV 178.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 179 170 223 0.20 0.24 0 0.13 250.19 0.45 0.77
Hex B3 AA DF 14 18 0 D FA 2D 4D
Octal 263 252 337 24 30 0 15 372 55 115
Binary 10110011 10101010 11011111 10100 11000 0 1101 11111010 101101 1001101

Color Harmonies of #B3AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AADF

Black with #B3AADF

Text Example


Text Example

White with #B3AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AADF; }

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

 H1.HeaderClassName
 {
   color: #B3AADF;
 }
 .AnyTagClassName
 {
   color: #B3AADF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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