#B0ACD5

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

Shades of Lavender Grey #B0ACD5

Tints of Lavender Grey #B0ACD5

Color information

#B0ACD5 (or 0xB0ACD5) is unknown color: approx Lavender Grey. HEX triplet: B0, AC and D5. RGB value is (176,172,213). Sum of RGB (Red+Green+Blue) = 176+172+213=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 213 - color contains mainly: blue. Hex color #B0ACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACD5 is #4F532A. Grayscale: #B1B1B1. Windows color (decimal): -5198635 or 14003376. OLE color: 14003376.

HSL color Cylindrical-coordinate representation of color #B0ACD5: hue angle of 245.85º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0ACD5 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176172213-
CMYK0.170.1900.16
HSL245.85º32.8%75.49%-
HSV(B)245.85º19.25%83.53%-
XYZ44.6743.5469-
YUV177.87147.83126.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=31.37%
G=30.66%
B=37.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761722130.170.1900.16245.8532.875.49
HexB0ACD51113010f6214b
Octal260254325212302036641113
Binary1011000010101100110101011000110011010000111101101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACD5; }

 p { color: rgb(176,172,213); }

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

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

 a { background-color: rgb(176,172,213); }

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

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

 span { border-color: rgb(176,172,213); }

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