#B0ACD7

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

Shades of Lavender Grey #B0ACD7

Tints of Lavender Grey #B0ACD7

Color information

#B0ACD7 (or 0xB0ACD7) is unknown color: approx Lavender Grey. HEX triplet: B0, AC and D7. RGB value is (176,172,215). Sum of RGB (Red+Green+Blue) = 176+172+215=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0ACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACD7 is #4F5328. Grayscale: #B1B1B1. Windows color (decimal): -5198633 or 14134448. OLE color: 14134448.

HSL color Cylindrical-coordinate representation of color #B0ACD7: hue angle of 245.58º degrees, saturation: 0.35, 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 #B0ACD7 is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176172215-
CMYK0.180.200.16
HSL245.58º34.96%75.88%-
HSV(B)245.58º20%84.31%-
XYZ44.9243.6470.35-
YUV178.1148.83126.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 215 (84.38% from 255) = 38.19%
R=31.26%
G=30.55%
B=38.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761722150.180.200.16245.5834.9675.88
HexB0ACD71214010f6234c
Octal260254327222402036643114
Binary1011000010101100110101111001010100010000111101101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACD7; }

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

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

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

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

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

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

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

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