Html Css Color HEX #B2AAED Lavender Grey

📋 copy color: '#B2AAED'

red 178 ◦ green 170 ◦ blue 237

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

Shades of Lavender Grey #B2AAED

Tints of Lavender Grey #B2AAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.51%

R = 30.43%
G = 29.06%
B = 40.51%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2AAED (or 0xB2AAED) is known color: Lavender Grey. HEX triplet: B2, AA and ED. RGB value is (178,170,237). Sum of RGB (Red+Green+Blue) = 178+170+237=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAED is #4D5512. Grayscale: #B3B3B3. Windows color (decimal): -5068051 or 15575730. OLE color: 15575730.

HSL color Cylindrical-coordinate representation of color #B2AAED: hue angle of 247.16º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2AAED is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 170 237 -
CMYK 0.25 0.28 0 0.07
HSL 247.16º 0.65% 0.8% -
HSV(B) 247.16º 0.28% 0.93% -
XYZ 48.02 44.33 86.15 -
YUV 180.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 178 170 237 0.25 0.28 0 0.07 247.16 0.65 0.8
Hex B2 AA ED 19 1C 0 7 F7 41 50
Octal 262 252 355 31 34 0 7 367 101 120
Binary 10110010 10101010 11101101 11001 11100 0 111 11110111 1000001 1010000

Color Harmonies of #B2AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAED

Black with #B2AAED

Text Example


Text Example

White with #B2AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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