Html Css Color HEX #B2AADC Lavender Grey

📋 copy color: '#B2AADC'

red 178 ◦ green 170 ◦ blue 220

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

Shades of Lavender Grey #B2AADC

Tints of Lavender Grey #B2AADC

RGB

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

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

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

R = 31.34%
G = 29.93%
B = 38.73%

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

#B2AADC (or 0xB2AADC) is known color: Lavender Grey. HEX triplet: B2, AA and DC. RGB value is (178,170,220). Sum of RGB (Red+Green+Blue) = 178+170+220=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AADC is #4D5523. Grayscale: #B1B1B1. Windows color (decimal): -5068068 or 14461618. OLE color: 14461618.

HSL color Cylindrical-coordinate representation of color #B2AADC: hue angle of 249.6º 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 #B2AADC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 170 220 -
CMYK 0.19 0.23 0 0.14
HSL 249.6º 0.42% 0.76% -
HSV(B) 249.6º 0.23% 0.86% -
XYZ 45.65 43.38 73.68 -
YUV 178.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 178 170 220 0.19 0.23 0 0.14 249.6 0.42 0.76
Hex B2 AA DC 13 17 0 E FA 2A 4C
Octal 262 252 334 23 27 0 16 372 52 114
Binary 10110010 10101010 11011100 10011 10111 0 1110 11111010 101010 1001100

Color Harmonies of #B2AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AADC

Black with #B2AADC

Text Example


Text Example

White with #B2AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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