Html Css Color HEX #B2AEDA Lavender Grey

📋 copy color: '#B2AEDA'

red 178 ◦ green 174 ◦ blue 218

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

Shades of Lavender Grey #B2AEDA

Tints of Lavender Grey #B2AEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 31.23%
G = 30.53%
B = 38.25%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B2AEDA (or 0xB2AEDA) is known color: Lavender Grey. HEX triplet: B2, AE and DA. RGB value is (178,174,218). Sum of RGB (Red+Green+Blue) = 178+174+218=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEDA is #4D5125. Grayscale: #B4B4B4. Windows color (decimal): -5067046 or 14331570. OLE color: 14331570.

HSL color Cylindrical-coordinate representation of color #B2AEDA: hue angle of 245.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2AEDA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 174 218 -
CMYK 0.18 0.20 0 0.15
HSL 245.45º 0.37% 0.77% -
HSV(B) 245.45º 0.2% 0.85% -
XYZ 46.15 44.8 72.54 -
YUV 180.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 178 174 218 0.18 0.20 0 0.15 245.45 0.37 0.77
Hex B2 AE DA 12 14 0 F F5 25 4D
Octal 262 256 332 22 24 0 17 365 45 115
Binary 10110010 10101110 11011010 10010 10100 0 1111 11110101 100101 1001101

Color Harmonies of #B2AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEDA

Black with #B2AEDA

Text Example


Text Example

White with #B2AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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