#BBBEE1

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

Shades of Lavender Grey #BBBEE1

Tints of Lavender Grey #BBBEE1

Color information

#BBBEE1 (or 0xBBBEE1) is unknown color: approx Lavender Grey. HEX triplet: BB, BE and E1. RGB value is (187,190,225). Sum of RGB (Red+Green+Blue) = 187+190+225=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEE1 is #44411E. Grayscale: #C0C0C0. Windows color (decimal): -4473119 or 14794427. OLE color: 14794427.

HSL color Cylindrical-coordinate representation of color #BBBEE1: hue angle of 235.26º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBBEE1 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187190225-
CMYK0.170.1600.12
HSL235.26º38.78%80.78%-
HSV(B)235.26º16.89%88.24%-
XYZ52.552.8378.66-
YUV193.09146.01123.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=31.06%
G=31.56%
B=37.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871902250.170.1600.12235.2638.7880.78
HexBBBEE111100Ceb2751
Octal273276341212001435347121
Binary101110111011111011100001100011000001100111010111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEE1; }

 p { color: rgb(187,190,225); }

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

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

 a { background-color: rgb(187,190,225); }

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

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

 span { border-color: rgb(187,190,225); }

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