#B0A7EB

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

Shades of Lavender Grey #B0A7EB

Tints of Lavender Grey #B0A7EB

Color information

#B0A7EB (or 0xB0A7EB) is unknown color: approx Lavender Grey. HEX triplet: B0, A7 and EB. RGB value is (176,167,235). Sum of RGB (Red+Green+Blue) = 176+167+235=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0A7EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A7EB is #4F5814. Grayscale: #B1B1B1. Windows color (decimal): -5199893 or 15443888. OLE color: 15443888.

HSL color Cylindrical-coordinate representation of color #B0A7EB: hue angle of 247.94º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0A7EB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176167235-
CMYK0.250.2900.08
HSL247.94º62.96%78.82%-
HSV(B)247.94º28.94%92.16%-
XYZ46.7242.8784.41-
YUV177.44160.48126.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.45%
GREEN value IS 167 (65.62% from 255) = 28.89%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=30.45%
G=28.89%
B=40.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761672350.250.2900.08247.9462.9678.82
HexB0A7EB191D08f83f4f
Octal260247353313501037077117
Binary101100001010011111101011110011110101000111110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A7EB; }

 p { color: rgb(176,167,235); }

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

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

 a { background-color: rgb(176,167,235); }

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

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

 span { border-color: rgb(176,167,235); }

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