Html Css Color HEX #B2AEDC Lavender Grey

📋 copy color: '#B2AEDC'

red 178 ◦ green 174 ◦ blue 220

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

Shades of Lavender Grey #B2AEDC

Tints of Lavender Grey #B2AEDC

RGB

 RED value IS 178 (69.92% from 255) = 31.12%

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

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

R = 31.12%
G = 30.42%
B = 38.46%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2AEDC (or 0xB2AEDC) is known color: Lavender Grey. HEX triplet: B2, AE and DC. RGB value is (178,174,220). Sum of RGB (Red+Green+Blue) = 178+174+220=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEDC is #4D5123. Grayscale: #B4B4B4. Windows color (decimal): -5067044 or 14462642. OLE color: 14462642.

HSL color Cylindrical-coordinate representation of color #B2AEDC: hue angle of 245.22º 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 #B2AEDC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 174 220 -
CMYK 0.19 0.21 0 0.14
HSL 245.22º 0.4% 0.77% -
HSV(B) 245.22º 0.21% 0.86% -
XYZ 46.41 44.9 73.93 -
YUV 180.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 178 174 220 0.19 0.21 0 0.14 245.22 0.4 0.77
Hex B2 AE DC 13 15 0 E F5 28 4D
Octal 262 256 334 23 25 0 16 365 50 115
Binary 10110010 10101110 11011100 10011 10101 0 1110 11110101 101000 1001101

Color Harmonies of #B2AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEDC

Black with #B2AEDC

Text Example


Text Example

White with #B2AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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