Html Css Color HEX #B2AADF Lavender Grey

📋 copy color: '#B2AADF'

red 178 ◦ green 170 ◦ blue 223

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

Shades of Lavender Grey #B2AADF

Tints of Lavender Grey #B2AADF

RGB

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

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

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

R = 31.17%
G = 29.77%
B = 39.05%

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

#B2AADF (or 0xB2AADF) is known color: Lavender Grey. HEX triplet: B2, AA and DF. RGB value is (178,170,223). Sum of RGB (Red+Green+Blue) = 178+170+223=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AADF is #4D5520. Grayscale: #B2B2B2. Windows color (decimal): -5068065 or 14658226. OLE color: 14658226.

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

Color convert

RGB 178 170 223 -
CMYK 0.20 0.24 0 0.13
HSL 249.06º 0.45% 0.77% -
HSV(B) 249.06º 0.24% 0.87% -
XYZ 46.05 43.54 75.79 -
YUV 178.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 178 170 223 0.20 0.24 0 0.13 249.06 0.45 0.77
Hex B2 AA DF 14 18 0 D F9 2D 4D
Octal 262 252 337 24 30 0 15 371 55 115
Binary 10110010 10101010 11011111 10100 11000 0 1101 11111001 101101 1001101

Color Harmonies of #B2AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AADF

Black with #B2AADF

Text Example


Text Example

White with #B2AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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