Html Css Color HEX #B3ADDD Lavender Grey

📋 copy color: '#B3ADDD'

red 179 ◦ green 173 ◦ blue 221

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

Shades of Lavender Grey #B3ADDD

Tints of Lavender Grey #B3ADDD

RGB

 RED value IS 179 (70.31% from 255) = 31.24%

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

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

R = 31.24%
G = 30.19%
B = 38.57%

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

#B3ADDD (or 0xB3ADDD) is known color: Lavender Grey. HEX triplet: B3, AD and DD. RGB value is (179,173,221). Sum of RGB (Red+Green+Blue) = 179+173+221=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 173 (67.97% from 255 or 30.19% 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 #B3ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADDD is #4C5222. Grayscale: #B4B4B4. Windows color (decimal): -5001763 or 14527923. OLE color: 14527923.

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

Color convert

RGB 179 173 221 -
CMYK 0.19 0.22 0 0.13
HSL 247.5º 0.41% 0.77% -
HSV(B) 247.5º 0.22% 0.87% -
XYZ 46.59 44.69 74.58 -
YUV 180.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 179 173 221 0.19 0.22 0 0.13 247.5 0.41 0.77
Hex B3 AD DD 13 16 0 D F8 29 4D
Octal 263 255 335 23 26 0 15 370 51 115
Binary 10110011 10101101 11011101 10011 10110 0 1101 11111000 101001 1001101

Color Harmonies of #B3ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3ADDD

Black with #B3ADDD

Text Example


Text Example

White with #B3ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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