Html Css Color HEX #B4ADDB Lavender Grey

📋 copy color: '#B4ADDB'

red 180 ◦ green 173 ◦ blue 219

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

Shades of Lavender Grey #B4ADDB

Tints of Lavender Grey #B4ADDB

RGB

 RED value IS 180 (70.7% from 255) = 31.47%

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

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

R = 31.47%
G = 30.24%
B = 38.29%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4ADDB (or 0xB4ADDB) is known color: Lavender Grey. HEX triplet: B4, AD and DB. RGB value is (180,173,219). Sum of RGB (Red+Green+Blue) = 180+173+219=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADDB is #4B5224. Grayscale: #B4B4B4. Windows color (decimal): -4936229 or 14396852. OLE color: 14396852.

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

Color convert

RGB 180 173 219 -
CMYK 0.18 0.21 0 0.14
HSL 249.13º 0.39% 0.77% -
HSV(B) 249.13º 0.21% 0.86% -
XYZ 46.55 44.7 73.19 -
YUV 180.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 180 173 219 0.18 0.21 0 0.14 249.13 0.39 0.77
Hex B4 AD DB 12 15 0 E F9 27 4D
Octal 264 255 333 22 25 0 16 371 47 115
Binary 10110100 10101101 11011011 10010 10101 0 1110 11111001 100111 1001101

Color Harmonies of #B4ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADDB

Black with #B4ADDB

Text Example


Text Example

White with #B4ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADDB; }

 p { color: rgb(180,173,219); }

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

background-color css

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

 a { background-color: rgb(180,173,219); }

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

border-color css

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

 span { border-color: rgb(180,173,219); }

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