Html Css Color HEX #B2ADDD Lavender Grey

📋 copy color: '#B2ADDD'

red 178 ◦ green 173 ◦ blue 221

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

Shades of Lavender Grey #B2ADDD

Tints of Lavender Grey #B2ADDD

RGB

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

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

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

R = 31.12%
G = 30.24%
B = 38.64%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2ADDD (or 0xB2ADDD) is known color: Lavender Grey. HEX triplet: B2, AD and DD. RGB value is (178,173,221). Sum of RGB (Red+Green+Blue) = 178+173+221=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADDD is #4D5222. Grayscale: #B3B3B3. Windows color (decimal): -5067299 or 14527922. OLE color: 14527922.

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

Color convert

RGB 178 173 221 -
CMYK 0.19 0.22 0 0.13
HSL 246.25º 0.41% 0.77% -
HSV(B) 246.25º 0.22% 0.87% -
XYZ 46.35 44.57 74.57 -
YUV 179.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 178 173 221 0.19 0.22 0 0.13 246.25 0.41 0.77
Hex B2 AD DD 13 16 0 D F6 29 4D
Octal 262 255 335 23 26 0 15 366 51 115
Binary 10110010 10101101 11011101 10011 10110 0 1101 11110110 101001 1001101

Color Harmonies of #B2ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ADDD

Black with #B2ADDD

Text Example


Text Example

White with #B2ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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