Html Css Color HEX #B1AEDC Lavender Grey

📋 copy color: '#B1AEDC'

red 177 ◦ green 174 ◦ blue 220

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

Shades of Lavender Grey #B1AEDC

Tints of Lavender Grey #B1AEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 31%
G = 30.47%
B = 38.53%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1AEDC (or 0xB1AEDC) is known color: Lavender Grey. HEX triplet: B1, AE and DC. RGB value is (177,174,220). Sum of RGB (Red+Green+Blue) = 177+174+220=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEDC is #4E5123. Grayscale: #B3B3B3. Windows color (decimal): -5132580 or 14462641. OLE color: 14462641.

HSL color Cylindrical-coordinate representation of color #B1AEDC: hue angle of 243.91º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1AEDC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 174 220 -
CMYK 0.20 0.21 0 0.14
HSL 243.91º 0.4% 0.77% -
HSV(B) 243.91º 0.21% 0.86% -
XYZ 46.19 44.79 73.92 -
YUV 180.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 177 174 220 0.20 0.21 0 0.14 243.91 0.4 0.77
Hex B1 AE DC 14 15 0 E F4 28 4D
Octal 261 256 334 24 25 0 16 364 50 115
Binary 10110001 10101110 11011100 10100 10101 0 1110 11110100 101000 1001101

Color Harmonies of #B1AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AEDC

Black with #B1AEDC

Text Example


Text Example

White with #B1AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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