Html Css Color HEX #B0ADDB Lavender Grey

📋 copy color: '#B0ADDB'

red 176 ◦ green 173 ◦ blue 219

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

Shades of Lavender Grey #B0ADDB

Tints of Lavender Grey #B0ADDB

RGB

 RED value IS 176 (69.14% from 255) = 30.99%

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

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

R = 30.99%
G = 30.46%
B = 38.56%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0ADDB (or 0xB0ADDB) is known color: Lavender Grey. HEX triplet: B0, AD and DB. RGB value is (176,173,219). Sum of RGB (Red+Green+Blue) = 176+173+219=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADDB is #4F5224. Grayscale: #B2B2B2. Windows color (decimal): -5198373 or 14396848. OLE color: 14396848.

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

Color convert

RGB 176 173 219 -
CMYK 0.20 0.21 0 0.14
HSL 243.91º 0.39% 0.77% -
HSV(B) 243.91º 0.21% 0.86% -
XYZ 45.63 44.23 73.15 -
YUV 179.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 176 173 219 0.20 0.21 0 0.14 243.91 0.39 0.77
Hex B0 AD DB 14 15 0 E F4 27 4D
Octal 260 255 333 24 25 0 16 364 47 115
Binary 10110000 10101101 11011011 10100 10101 0 1110 11110100 100111 1001101

Color Harmonies of #B0ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADDB

Black with #B0ADDB

Text Example


Text Example

White with #B0ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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