Html Css Color HEX #B2AAE8 Lavender Grey

📋 copy color: '#B2AAE8'

red 178 ◦ green 170 ◦ blue 232

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

Shades of Lavender Grey #B2AAE8

Tints of Lavender Grey #B2AAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40%

R = 30.69%
G = 29.31%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B2AAE8 (or 0xB2AAE8) is known color: Lavender Grey. HEX triplet: B2, AA and E8. RGB value is (178,170,232). Sum of RGB (Red+Green+Blue) = 178+170+232=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #B2AAE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AAE8 is #4D5517. Grayscale: #B3B3B3. Windows color (decimal): -5068056 or 15248050. OLE color: 15248050.

HSL color Cylindrical-coordinate representation of color #B2AAE8: hue angle of 247.74º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2AAE8 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 170 232 -
CMYK 0.23 0.27 0 0.09
HSL 247.74º 0.57% 0.79% -
HSV(B) 247.74º 0.27% 0.91% -
XYZ 47.3 44.04 82.35 -
YUV 179.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 178 170 232 0.23 0.27 0 0.09 247.74 0.57 0.79
Hex B2 AA E8 17 1B 0 9 F8 39 4F
Octal 262 252 350 27 33 0 11 370 71 117
Binary 10110010 10101010 11101000 10111 11011 0 1001 11111000 111001 1001111

Color Harmonies of #B2AAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAE8

Black with #B2AAE8

Text Example


Text Example

White with #B2AAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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