#B1A8ED

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

Shades of Lavender Grey #B1A8ED

Tints of Lavender Grey #B1A8ED

Color information

#B1A8ED (or 0xB1A8ED) is unknown color: approx Lavender Grey. HEX triplet: B1, A8 and ED. RGB value is (177,168,237). Sum of RGB (Red+Green+Blue) = 177+168+237=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #B1A8ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A8ED is #4E5712. Grayscale: #B2B2B2. Windows color (decimal): -5134099 or 15575217. OLE color: 15575217.

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

Color convert

RGB177168237-
CMYK0.250.2900.07
HSL247.83º65.71%79.41%-
HSV(B)247.83º29.11%92.94%-
XYZ47.4243.4786.01-
YUV178.56160.98126.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.41%
GREEN value IS 168 (66.02% from 255) = 28.87%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=30.41%
G=28.87%
B=40.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771682370.250.2900.07247.8365.7179.41
HexB1A8ED191D07f8424f
Octal261250355313507370102117
Binary101100011010100011101101110011110101111111100010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A8ED; }

 p { color: rgb(177,168,237); }

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

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

 a { background-color: rgb(177,168,237); }

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

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

 span { border-color: rgb(177,168,237); }

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