Html Css Color HEX #B1AADF Lavender Grey

📋 copy color: '#B1AADF'

red 177 ◦ green 170 ◦ blue 223

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

Shades of Lavender Grey #B1AADF

Tints of Lavender Grey #B1AADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 31.05%
G = 29.82%
B = 39.12%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1AADF (or 0xB1AADF) is known color: Lavender Grey. HEX triplet: B1, AA and DF. RGB value is (177,170,223). Sum of RGB (Red+Green+Blue) = 177+170+223=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1AADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AADF is #4E5520. Grayscale: #B1B1B1. Windows color (decimal): -5133601 or 14658225. OLE color: 14658225.

HSL color Cylindrical-coordinate representation of color #B1AADF: hue angle of 247.92º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1AADF is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 170 223 -
CMYK 0.21 0.24 0 0.13
HSL 247.92º 0.45% 0.77% -
HSV(B) 247.92º 0.24% 0.87% -
XYZ 45.83 43.42 75.78 -
YUV 178.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 177 170 223 0.21 0.24 0 0.13 247.92 0.45 0.77
Hex B1 AA DF 15 18 0 D F8 2D 4D
Octal 261 252 337 25 30 0 15 370 55 115
Binary 10110001 10101010 11011111 10101 11000 0 1101 11111000 101101 1001101

Color Harmonies of #B1AADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AADF

Black with #B1AADF

Text Example


Text Example

White with #B1AADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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