Html Css Color HEX #B2ADDC Lavender Grey

📋 copy color: '#B2ADDC'

red 178 ◦ green 173 ◦ blue 220

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

Shades of Lavender Grey #B2ADDC

Tints of Lavender Grey #B2ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.3%

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

R = 31.17%
G = 30.3%
B = 38.53%

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

#B2ADDC (or 0xB2ADDC) is known color: Lavender Grey. HEX triplet: B2, AD and DC. RGB value is (178,173,220). Sum of RGB (Red+Green+Blue) = 178+173+220=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADDC is #4D5223. Grayscale: #B3B3B3. Windows color (decimal): -5067300 or 14462386. OLE color: 14462386.

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

Color convert

RGB 178 173 220 -
CMYK 0.19 0.21 0 0.14
HSL 246.38º 0.4% 0.77% -
HSV(B) 246.38º 0.21% 0.86% -
XYZ 46.22 44.52 73.87 -
YUV 179.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 178 173 220 0.19 0.21 0 0.14 246.38 0.4 0.77
Hex B2 AD DC 13 15 0 E F6 28 4D
Octal 262 255 334 23 25 0 16 366 50 115
Binary 10110010 10101101 11011100 10011 10101 0 1110 11110110 101000 1001101

Color Harmonies of #B2ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADDC

Black with #B2ADDC

Text Example


Text Example

White with #B2ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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