Html Css Color HEX #B2AEDB Lavender Grey

📋 copy color: '#B2AEDB'

red 178 ◦ green 174 ◦ blue 219

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

Shades of Lavender Grey #B2AEDB

Tints of Lavender Grey #B2AEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 31.17%
G = 30.47%
B = 38.35%

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

#B2AEDB (or 0xB2AEDB) is known color: Lavender Grey. HEX triplet: B2, AE and DB. RGB value is (178,174,219). Sum of RGB (Red+Green+Blue) = 178+174+219=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEDB is #4D5124. Grayscale: #B4B4B4. Windows color (decimal): -5067045 or 14397106. OLE color: 14397106.

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

Color convert

RGB 178 174 219 -
CMYK 0.19 0.21 0 0.14
HSL 245.33º 0.38% 0.77% -
HSV(B) 245.33º 0.21% 0.86% -
XYZ 46.28 44.85 73.24 -
YUV 180.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 178 174 219 0.19 0.21 0 0.14 245.33 0.38 0.77
Hex B2 AE DB 13 15 0 E F5 26 4D
Octal 262 256 333 23 25 0 16 365 46 115
Binary 10110010 10101110 11011011 10011 10101 0 1110 11110101 100110 1001101

Color Harmonies of #B2AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEDB

Black with #B2AEDB

Text Example


Text Example

White with #B2AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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