#B1A8EB

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

Shades of Lavender Grey #B1A8EB

Tints of Lavender Grey #B1A8EB

Color information

#B1A8EB (or 0xB1A8EB) is unknown color: approx Lavender Grey. HEX triplet: B1, A8 and EB. RGB value is (177,168,235). Sum of RGB (Red+Green+Blue) = 177+168+235=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A8EB is #4E5714. Grayscale: #B2B2B2. Windows color (decimal): -5134101 or 15444145. OLE color: 15444145.

HSL color Cylindrical-coordinate representation of color #B1A8EB: hue angle of 248.06º 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 #B1A8EB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177168235-
CMYK0.250.2900.08
HSL248.06º62.62%79.02%-
HSV(B)248.06º28.51%92.16%-
XYZ47.1343.3584.48-
YUV178.33159.98127.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.52%
GREEN value IS 168 (66.02% from 255) = 28.97%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=30.52%
G=28.97%
B=40.52%

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
Decimal1771682350.250.2900.08248.0662.6279.02
HexB1A8EB191D08f83f4f
Octal261250353313501037077117
Binary101100011010100011101011110011110101000111110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A8EB; }

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

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

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

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

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

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

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

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