#B0ADDB

Color #B0ADDB Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B0ADDB

Tints of Lavender Grey #B0ADDB

Color information

#B0ADDB (or 0xB0ADDB) is unknown color: approx 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

RGB176173219-
CMYK0.200.2100.14
HSL243.91º38.98%76.86%-
HSV(B)243.91º21%85.88%-
XYZ45.6344.2373.15-
YUV179.14150.49125.76-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761732190.200.2100.14243.9138.9876.86
HexB0ADDB14150Ef4274d
Octal260255333242501636447115
Binary101100001010110111011011101001010101110111101001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>