Html Css Color HEX #B1AED7 Lavender Grey

📋 copy color: '#B1AED7'

red 177 ◦ green 174 ◦ blue 215

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

Shades of Lavender Grey #B1AED7

Tints of Lavender Grey #B1AED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.99%

R = 31.27%
G = 30.74%
B = 37.99%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B1AED7 (or 0xB1AED7) is known color: Lavender Grey. HEX triplet: B1, AE and D7. RGB value is (177,174,215). Sum of RGB (Red+Green+Blue) = 177+174+215=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #B1AED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AED7 is #4E5128. Grayscale: #B3B3B3. Windows color (decimal): -5132585 or 14134961. OLE color: 14134961.

HSL color Cylindrical-coordinate representation of color #B1AED7: hue angle of 244.39º degrees, saturation: 0.34, 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 #B1AED7 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 174 215 -
CMYK 0.18 0.19 0 0.16
HSL 244.39º 0.34% 0.76% -
HSV(B) 244.39º 0.19% 0.84% -
XYZ 45.53 44.53 70.48 -
YUV 179.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 177 174 215 0.18 0.19 0 0.16 244.39 0.34 0.76
Hex B1 AE D7 12 13 0 10 F4 22 4C
Octal 261 256 327 22 23 0 20 364 42 114
Binary 10110001 10101110 11010111 10010 10011 0 10000 11110100 100010 1001100

Color Harmonies of #B1AED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AED7

Black with #B1AED7

Text Example


Text Example

White with #B1AED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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