Html Css Color HEX #B2AADA Lavender Grey

📋 copy color: '#B2AADA'

red 178 ◦ green 170 ◦ blue 218

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

Shades of Lavender Grey #B2AADA

Tints of Lavender Grey #B2AADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 31.45%
G = 30.04%
B = 38.52%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B2AADA (or 0xB2AADA) is known color: Lavender Grey. HEX triplet: B2, AA and DA. RGB value is (178,170,218). Sum of RGB (Red+Green+Blue) = 178+170+218=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2AADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AADA is #4D5525. Grayscale: #B1B1B1. Windows color (decimal): -5068070 or 14330546. OLE color: 14330546.

HSL color Cylindrical-coordinate representation of color #B2AADA: hue angle of 250º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2AADA is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 170 218 -
CMYK 0.18 0.22 0 0.15
HSL 250º 0.39% 0.76% -
HSV(B) 250º 0.22% 0.85% -
XYZ 45.39 43.28 72.29 -
YUV 177.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 178 170 218 0.18 0.22 0 0.15 250 0.39 0.76
Hex B2 AA DA 12 16 0 F FA 27 4C
Octal 262 252 332 22 26 0 17 372 47 114
Binary 10110010 10101010 11011010 10010 10110 0 1111 11111010 100111 1001100

Color Harmonies of #B2AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AADA

Black with #B2AADA

Text Example


Text Example

White with #B2AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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