#B0ADD7

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

Shades of Lavender Grey #B0ADD7

Tints of Lavender Grey #B0ADD7

Color information

#B0ADD7 (or 0xB0ADD7) is unknown color: approx Lavender Grey. HEX triplet: B0, AD and D7. RGB value is (176,173,215). Sum of RGB (Red+Green+Blue) = 176+173+215=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0ADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADD7 is #4F5228. Grayscale: #B2B2B2. Windows color (decimal): -5198377 or 14134704. OLE color: 14134704.

HSL color Cylindrical-coordinate representation of color #B0ADD7: hue angle of 244.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0ADD7 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176173215-
CMYK0.180.2000.16
HSL244.29º34.43%76.08%-
HSV(B)244.29º19.53%84.31%-
XYZ45.1144.0270.41-
YUV178.68148.49126.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.21%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=31.21%
G=30.67%
B=38.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761732150.180.2000.16244.2934.4376.08
HexB0ADD71214010f4224c
Octal260255327222402036442114
Binary1011000010101101110101111001010100010000111101001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADD7; }

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

 H1.HeaderClassName
 {
   color: #B0ADD7;
 }
 .AnyTagClassName
 {
   color: #B0ADD7;
 }
</style>
background-color css

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

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

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

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

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

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