Html Css Color HEX #B2AADE Lavender Grey

📋 copy color: '#B2AADE'

red 178 ◦ green 170 ◦ blue 222

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

Shades of Lavender Grey #B2AADE

Tints of Lavender Grey #B2AADE

RGB

 RED value IS 178 (69.92% from 255) = 31.23%

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 31.23%
G = 29.82%
B = 38.95%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2AADE (or 0xB2AADE) is known color: Lavender Grey. HEX triplet: B2, AA and DE. RGB value is (178,170,222). Sum of RGB (Red+Green+Blue) = 178+170+222=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2AADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AADE is #4D5521. Grayscale: #B2B2B2. Windows color (decimal): -5068066 or 14592690. OLE color: 14592690.

HSL color Cylindrical-coordinate representation of color #B2AADE: hue angle of 249.23º degrees, saturation: 0.44, 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 #B2AADE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 170 222 -
CMYK 0.20 0.23 0 0.13
HSL 249.23º 0.44% 0.77% -
HSV(B) 249.23º 0.23% 0.87% -
XYZ 45.92 43.49 75.08 -
YUV 178.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 178 170 222 0.20 0.23 0 0.13 249.23 0.44 0.77
Hex B2 AA DE 14 17 0 D F9 2C 4D
Octal 262 252 336 24 27 0 15 371 54 115
Binary 10110010 10101010 11011110 10100 10111 0 1101 11111001 101100 1001101

Color Harmonies of #B2AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AADE

Black with #B2AADE

Text Example


Text Example

White with #B2AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AADE; }

 p { color: rgb(178,170,222); }

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

background-color css

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

 a { background-color: rgb(178,170,222); }

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

border-color css

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

 span { border-color: rgb(178,170,222); }

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