Html Css Color HEX #B0AAE7 Lavender Grey

📋 copy color: '#B0AAE7'

red 176 ◦ green 170 ◦ blue 231

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

Shades of Lavender Grey #B0AAE7

Tints of Lavender Grey #B0AAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.03%

R = 30.5%
G = 29.46%
B = 40.03%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B0AAE7 (or 0xB0AAE7) is known color: Lavender Grey. HEX triplet: B0, AA and E7. RGB value is (176,170,231). Sum of RGB (Red+Green+Blue) = 176+170+231=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 231 - color contains mainly: blue. Hex color #B0AAE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAE7 is #4F5518. Grayscale: #B2B2B2. Windows color (decimal): -5199129 or 15182512. OLE color: 15182512.

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

Color convert

RGB 176 170 231 -
CMYK 0.24 0.26 0 0.09
HSL 245.9º 0.56% 0.79% -
HSV(B) 245.9º 0.26% 0.91% -
XYZ 46.7 43.75 81.58 -
YUV 178.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 176 170 231 0.24 0.26 0 0.09 245.9 0.56 0.79
Hex B0 AA E7 18 1A 0 9 F6 38 4F
Octal 260 252 347 30 32 0 11 366 70 117
Binary 10110000 10101010 11100111 11000 11010 0 1001 11110110 111000 1001111

Color Harmonies of #B0AAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AAE7

Black with #B0AAE7

Text Example


Text Example

White with #B0AAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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