Html Css Color HEX #B2AAEE Lavender Grey

📋 copy color: '#B2AAEE'

red 178 ◦ green 170 ◦ blue 238

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

Shades of Lavender Grey #B2AAEE

Tints of Lavender Grey #B2AAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.61%

R = 30.38%
G = 29.01%
B = 40.61%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2AAEE (or 0xB2AAEE) is known color: Lavender Grey. HEX triplet: B2, AA and EE. RGB value is (178,170,238). Sum of RGB (Red+Green+Blue) = 178+170+238=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2AAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAEE is #4D5511. Grayscale: #B3B3B3. Windows color (decimal): -5068050 or 15641266. OLE color: 15641266.

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

Color convert

RGB 178 170 238 -
CMYK 0.25 0.29 0 0.07
HSL 247.06º 0.67% 0.8% -
HSV(B) 247.06º 0.29% 0.93% -
XYZ 48.17 44.39 86.92 -
YUV 180.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 178 170 238 0.25 0.29 0 0.07 247.06 0.67 0.8
Hex B2 AA EE 19 1D 0 7 F7 43 50
Octal 262 252 356 31 35 0 7 367 103 120
Binary 10110010 10101010 11101110 11001 11101 0 111 11110111 1000011 1010000

Color Harmonies of #B2AAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAEE

Black with #B2AAEE

Text Example


Text Example

White with #B2AAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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