Html Css Color HEX #B3AAE9 Lavender Grey

📋 copy color: '#B3AAE9'

red 179 ◦ green 170 ◦ blue 233

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

Shades of Lavender Grey #B3AAE9

Tints of Lavender Grey #B3AAE9

RGB

 RED value IS 179 (70.31% from 255) = 30.76%

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

 BLUE value IS 233 (91.41% from 255) = 40.03%

R = 30.76%
G = 29.21%
B = 40.03%

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

#B3AAE9 (or 0xB3AAE9) is known color: Lavender Grey. HEX triplet: B3, AA and E9. RGB value is (179,170,233). Sum of RGB (Red+Green+Blue) = 179+170+233=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 233 (91.41% from 255 or 40.03% from 582); Max value from RGB is 233 - color contains mainly: blue. Hex color #B3AAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AAE9 is #4C5516. Grayscale: #B3B3B3. Windows color (decimal): -5002519 or 15313587. OLE color: 15313587.

HSL color Cylindrical-coordinate representation of color #B3AAE9: hue angle of 248.57º degrees, saturation: 0.59, 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 #B3AAE9 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 170 233 -
CMYK 0.23 0.27 0 0.09
HSL 248.57º 0.59% 0.79% -
HSV(B) 248.57º 0.27% 0.91% -
XYZ 47.67 44.22 83.11 -
YUV 179.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 179 170 233 0.23 0.27 0 0.09 248.57 0.59 0.79
Hex B3 AA E9 17 1B 0 9 F9 3B 4F
Octal 263 252 351 27 33 0 11 371 73 117
Binary 10110011 10101010 11101001 10111 11011 0 1001 11111001 111011 1001111

Color Harmonies of #B3AAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AAE9

Black with #B3AAE9

Text Example


Text Example

White with #B3AAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AAE9; }

 p { color: rgb(179,170,233); }

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

background-color css

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

 a { background-color: rgb(179,170,233); }

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

border-color css

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

 span { border-color: rgb(179,170,233); }

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