Html Css Color HEX #B0AAE9 Lavender Grey

📋 copy color: '#B0AAE9'

red 176 ◦ green 170 ◦ blue 233

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

Shades of Lavender Grey #B0AAE9

Tints of Lavender Grey #B0AAE9

RGB

 RED value IS 176 (69.14% from 255) = 30.4%

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

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

R = 30.4%
G = 29.36%
B = 40.24%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B0AAE9 (or 0xB0AAE9) is known color: Lavender Grey. HEX triplet: B0, AA and E9. RGB value is (176,170,233). Sum of RGB (Red+Green+Blue) = 176+170+233=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #B0AAE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAE9 is #4F5516. Grayscale: #B2B2B2. Windows color (decimal): -5199127 or 15313584. OLE color: 15313584.

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

Color convert

RGB 176 170 233 -
CMYK 0.24 0.27 0 0.09
HSL 245.71º 0.59% 0.79% -
HSV(B) 245.71º 0.27% 0.91% -
XYZ 46.99 43.86 83.08 -
YUV 178.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 176 170 233 0.24 0.27 0 0.09 245.71 0.59 0.79
Hex B0 AA E9 18 1B 0 9 F6 3B 4F
Octal 260 252 351 30 33 0 11 366 73 117
Binary 10110000 10101010 11101001 11000 11011 0 1001 11110110 111011 1001111

Color Harmonies of #B0AAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AAE9

Black with #B0AAE9

Text Example


Text Example

White with #B0AAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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