#B1ACEB

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

Shades of Lavender Grey #B1ACEB

Tints of Lavender Grey #B1ACEB

Color information

#B1ACEB (or 0xB1ACEB) is unknown color: approx Lavender Grey. HEX triplet: B1, AC and EB. RGB value is (177,172,235). Sum of RGB (Red+Green+Blue) = 177+172+235=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1ACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ACEB is #4E5314. Grayscale: #B4B4B4. Windows color (decimal): -5133077 or 15445169. OLE color: 15445169.

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

Color convert

RGB177172235-
CMYK0.250.2700.08
HSL244.76º61.17%79.8%-
HSV(B)244.76º26.81%92.16%-
XYZ47.8844.8584.73-
YUV180.68158.66125.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.31%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 235 (92.19% from 255) = 40.24%
R=30.31%
G=29.45%
B=40.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771722350.250.2700.08244.7661.1779.8
HexB1ACEB191B08f53d50
Octal261254353313301036575120
Binary101100011010110011101011110011101101000111101011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ACEB; }

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

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

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

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

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

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

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

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