Html Css Color HEX #B2AEDE Lavender Grey

📋 copy color: '#B2AEDE'

red 178 ◦ green 174 ◦ blue 222

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

Shades of Lavender Grey #B2AEDE

Tints of Lavender Grey #B2AEDE

RGB

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

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

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

R = 31.01%
G = 30.31%
B = 38.68%

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

#B2AEDE (or 0xB2AEDE) is known color: Lavender Grey. HEX triplet: B2, AE and DE. RGB value is (178,174,222). Sum of RGB (Red+Green+Blue) = 178+174+222=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEDE is #4D5121. Grayscale: #B4B4B4. Windows color (decimal): -5067042 or 14593714. OLE color: 14593714.

HSL color Cylindrical-coordinate representation of color #B2AEDE: hue angle of 245º 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 #B2AEDE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 174 222 -
CMYK 0.20 0.22 0 0.13
HSL 245º 0.42% 0.78% -
HSV(B) 245º 0.22% 0.87% -
XYZ 46.68 45.01 75.33 -
YUV 180.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 178 174 222 0.20 0.22 0 0.13 245 0.42 0.78
Hex B2 AE DE 14 16 0 D F5 2A 4E
Octal 262 256 336 24 26 0 15 365 52 116
Binary 10110010 10101110 11011110 10100 10110 0 1101 11110101 101010 1001110

Color Harmonies of #B2AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEDE

Black with #B2AEDE

Text Example


Text Example

White with #B2AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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