#B1ABEE

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

Shades of Lavender Grey #B1ABEE

Tints of Lavender Grey #B1ABEE

Color information

#B1ABEE (or 0xB1ABEE) is unknown color: approx Lavender Grey. HEX triplet: B1, AB and EE. RGB value is (177,171,238). Sum of RGB (Red+Green+Blue) = 177+171+238=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #B1ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ABEE is #4E5411. Grayscale: #B4B4B4. Windows color (decimal): -5133330 or 15641521. OLE color: 15641521.

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

Color convert

RGB177171238-
CMYK0.260.2800.07
HSL245.37º66.34%80.2%-
HSV(B)245.37º28.15%93.33%-
XYZ48.1344.6586.97-
YUV180.43160.49125.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=30.20%
G=29.18%
B=40.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771712380.260.2800.07245.3766.3480.2
HexB1ABEE1A1C07f54250
Octal261253356323407365102120
Binary101100011010101111101110110101110001111111010110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABEE; }

 p { color: rgb(177,171,238); }

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

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

 a { background-color: rgb(177,171,238); }

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

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

 span { border-color: rgb(177,171,238); }

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