Html Css Color HEX #B1AEDE Lavender Grey

📋 copy color: '#B1AEDE'

red 177 ◦ green 174 ◦ blue 222

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

Shades of Lavender Grey #B1AEDE

Tints of Lavender Grey #B1AEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.74%

R = 30.89%
G = 30.37%
B = 38.74%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B1AEDE (or 0xB1AEDE) is known color: Lavender Grey. HEX triplet: B1, AE and DE. RGB value is (177,174,222). Sum of RGB (Red+Green+Blue) = 177+174+222=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #B1AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEDE is #4E5121. Grayscale: #B4B4B4. Windows color (decimal): -5132578 or 14593713. OLE color: 14593713.

HSL color Cylindrical-coordinate representation of color #B1AEDE: hue angle of 243.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1AEDE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 174 222 -
CMYK 0.20 0.22 0 0.13
HSL 243.75º 0.42% 0.78% -
HSV(B) 243.75º 0.22% 0.87% -
XYZ 46.45 44.89 75.32 -
YUV 180.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 177 174 222 0.20 0.22 0 0.13 243.75 0.42 0.78
Hex B1 AE DE 14 16 0 D F4 2A 4E
Octal 261 256 336 24 26 0 15 364 52 116
Binary 10110001 10101110 11011110 10100 10110 0 1101 11110100 101010 1001110

Color Harmonies of #B1AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AEDE

Black with #B1AEDE

Text Example


Text Example

White with #B1AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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