Html Css Color HEX #B1AED6 Lavender Grey

📋 copy color: '#B1AED6'

red 177 ◦ green 174 ◦ blue 214

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

Shades of Lavender Grey #B1AED6

Tints of Lavender Grey #B1AED6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.8%

 BLUE value IS 214 (83.98% from 255) = 37.88%

R = 31.33%
G = 30.8%
B = 37.88%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B1AED6 (or 0xB1AED6) is known color: Lavender Grey. HEX triplet: B1, AE and D6. RGB value is (177,174,214). Sum of RGB (Red+Green+Blue) = 177+174+214=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 214 - color contains mainly: blue. Hex color #B1AED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AED6 is #4E5129. Grayscale: #B3B3B3. Windows color (decimal): -5132586 or 14069425. OLE color: 14069425.

HSL color Cylindrical-coordinate representation of color #B1AED6: hue angle of 244.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1AED6 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 174 214 -
CMYK 0.17 0.19 0 0.16
HSL 244.5º 0.33% 0.76% -
HSV(B) 244.5º 0.19% 0.84% -
XYZ 45.41 44.47 69.81 -
YUV 179.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 177 174 214 0.17 0.19 0 0.16 244.5 0.33 0.76
Hex B1 AE D6 11 13 0 10 F4 21 4C
Octal 261 256 326 21 23 0 20 364 41 114
Binary 10110001 10101110 11010110 10001 10011 0 10000 11110100 100001 1001100

Color Harmonies of #B1AED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AED6

Black with #B1AED6

Text Example


Text Example

White with #B1AED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AED6; }

 p { color: rgb(177,174,214); }

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

background-color css

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

 a { background-color: rgb(177,174,214); }

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

border-color css

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

 span { border-color: rgb(177,174,214); }

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