Html Css Color HEX #B2AEDD Lavender Grey

📋 copy color: '#B2AEDD'

red 178 ◦ green 174 ◦ blue 221

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

Shades of Lavender Grey #B2AEDD

Tints of Lavender Grey #B2AEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 31.06%
G = 30.37%
B = 38.57%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2AEDD (or 0xB2AEDD) is known color: Lavender Grey. HEX triplet: B2, AE and DD. RGB value is (178,174,221). Sum of RGB (Red+Green+Blue) = 178+174+221=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEDD is #4D5122. Grayscale: #B4B4B4. Windows color (decimal): -5067043 or 14528178. OLE color: 14528178.

HSL color Cylindrical-coordinate representation of color #B2AEDD: hue angle of 245.11º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2AEDD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 174 221 -
CMYK 0.19 0.21 0 0.13
HSL 245.11º 0.41% 0.77% -
HSV(B) 245.11º 0.21% 0.87% -
XYZ 46.55 44.96 74.63 -
YUV 180.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 178 174 221 0.19 0.21 0 0.13 245.11 0.41 0.77
Hex B2 AE DD 13 15 0 D F5 29 4D
Octal 262 256 335 23 25 0 15 365 51 115
Binary 10110010 10101110 11011101 10011 10101 0 1101 11110101 101001 1001101

Color Harmonies of #B2AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEDD

Black with #B2AEDD

Text Example


Text Example

White with #B2AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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