Html Css Color HEX #B0AAEA Lavender Grey

📋 copy color: '#B0AAEA'

red 176 ◦ green 170 ◦ blue 234

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

Shades of Lavender Grey #B0AAEA

Tints of Lavender Grey #B0AAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.34%

R = 30.34%
G = 29.31%
B = 40.34%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0AAEA (or 0xB0AAEA) is known color: Lavender Grey. HEX triplet: B0, AA and EA. RGB value is (176,170,234). Sum of RGB (Red+Green+Blue) = 176+170+234=580 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.34% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0AAEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAEA is #4F5515. Grayscale: #B2B2B2. Windows color (decimal): -5199126 or 15379120. OLE color: 15379120.

HSL color Cylindrical-coordinate representation of color #B0AAEA: hue angle of 245.62º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0AAEA is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 170 234 -
CMYK 0.25 0.27 0 0.08
HSL 245.63º 0.6% 0.79% -
HSV(B) 245.63º 0.27% 0.92% -
XYZ 47.13 43.92 83.84 -
YUV 179.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 176 170 234 0.25 0.27 0 0.08 245.63 0.6 0.79
Hex B0 AA EA 19 1B 0 8 F6 3C 4F
Octal 260 252 352 31 33 0 10 366 74 117
Binary 10110000 10101010 11101010 11001 11011 0 1000 11110110 111100 1001111

Color Harmonies of #B0AAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AAEA

Black with #B0AAEA

Text Example


Text Example

White with #B0AAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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