Html Css Color HEX #B3AADC Lavender Grey

📋 copy color: '#B3AADC'

red 179 ◦ green 170 ◦ blue 220

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

Shades of Lavender Grey #B3AADC

Tints of Lavender Grey #B3AADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 31.46%
G = 29.88%
B = 38.66%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3AADC (or 0xB3AADC) is known color: Lavender Grey. HEX triplet: B3, AA and DC. RGB value is (179,170,220). Sum of RGB (Red+Green+Blue) = 179+170+220=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AADC is #4C5523. Grayscale: #B2B2B2. Windows color (decimal): -5002532 or 14461619. OLE color: 14461619.

HSL color Cylindrical-coordinate representation of color #B3AADC: hue angle of 250.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3AADC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 170 220 -
CMYK 0.19 0.23 0 0.14
HSL 250.8º 0.42% 0.76% -
HSV(B) 250.8º 0.23% 0.86% -
XYZ 45.88 43.5 73.69 -
YUV 178.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 179 170 220 0.19 0.23 0 0.14 250.8 0.42 0.76
Hex B3 AA DC 13 17 0 E FB 2A 4C
Octal 263 252 334 23 27 0 16 373 52 114
Binary 10110011 10101010 11011100 10011 10111 0 1110 11111011 101010 1001100

Color Harmonies of #B3AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AADC

Black with #B3AADC

Text Example


Text Example

White with #B3AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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