Html Css Color HEX #B1AAE6 Lavender Grey

📋 copy color: '#B1AAE6'

red 177 ◦ green 170 ◦ blue 230

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

Shades of Lavender Grey #B1AAE6

Tints of Lavender Grey #B1AAE6

RGB

 RED value IS 177 (69.53% from 255) = 30.68%

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

 BLUE value IS 230 (90.23% from 255) = 39.86%

R = 30.68%
G = 29.46%
B = 39.86%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B1AAE6 (or 0xB1AAE6) is known color: Lavender Grey. HEX triplet: B1, AA and E6. RGB value is (177,170,230). Sum of RGB (Red+Green+Blue) = 177+170+230=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #B1AAE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AAE6 is #4E5519. Grayscale: #B2B2B2. Windows color (decimal): -5133594 or 15116977. OLE color: 15116977.

HSL color Cylindrical-coordinate representation of color #B1AAE6: hue angle of 247º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1AAE6 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 170 230 -
CMYK 0.23 0.26 0 0.10
HSL 247º 0.55% 0.78% -
HSV(B) 247º 0.26% 0.9% -
XYZ 46.79 43.81 80.85 -
YUV 178.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 177 170 230 0.23 0.26 0 0.10 247 0.55 0.78
Hex B1 AA E6 17 1A 0 A F7 37 4E
Octal 261 252 346 27 32 0 12 367 67 116
Binary 10110001 10101010 11100110 10111 11010 0 1010 11110111 110111 1001110

Color Harmonies of #B1AAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AAE6

Black with #B1AAE6

Text Example


Text Example

White with #B1AAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AAE6; }

 p { color: rgb(177,170,230); }

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

background-color css

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

 a { background-color: rgb(177,170,230); }

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

border-color css

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

 span { border-color: rgb(177,170,230); }

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