Html Css Color HEX #B3AADD Lavender Grey

📋 copy color: '#B3AADD'

red 179 ◦ green 170 ◦ blue 221

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

Shades of Lavender Grey #B3AADD

Tints of Lavender Grey #B3AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 31.4%
G = 29.82%
B = 38.77%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B3AADD (or 0xB3AADD) is known color: Lavender Grey. HEX triplet: B3, AA and DD. RGB value is (179,170,221). Sum of RGB (Red+Green+Blue) = 179+170+221=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #B3AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AADD is #4C5522. Grayscale: #B2B2B2. Windows color (decimal): -5002531 or 14527155. OLE color: 14527155.

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

Color convert

RGB 179 170 221 -
CMYK 0.19 0.23 0 0.13
HSL 250.59º 0.43% 0.77% -
HSV(B) 250.59º 0.23% 0.87% -
XYZ 46.02 43.55 74.39 -
YUV 178.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 179 170 221 0.19 0.23 0 0.13 250.59 0.43 0.77
Hex B3 AA DD 13 17 0 D FB 2B 4D
Octal 263 252 335 23 27 0 15 373 53 115
Binary 10110011 10101010 11011101 10011 10111 0 1101 11111011 101011 1001101

Color Harmonies of #B3AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AADD

Black with #B3AADD

Text Example


Text Example

White with #B3AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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