#BBBFE1

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

Shades of Lavender Grey #BBBFE1

Tints of Lavender Grey #BBBFE1

Color information

#BBBFE1 (or 0xBBBFE1) is unknown color: approx Lavender Grey. HEX triplet: BB, BF and E1. RGB value is (187,191,225). Sum of RGB (Red+Green+Blue) = 187+191+225=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFE1 is #44401E. Grayscale: #C1C1C1. Windows color (decimal): -4472863 or 14794683. OLE color: 14794683.

HSL color Cylindrical-coordinate representation of color #BBBFE1: hue angle of 233.68º 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 #BBBFE1 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187191225-
CMYK0.170.1500.12
HSL233.68º38.78%80.78%-
HSV(B)233.68º16.89%88.24%-
XYZ52.7153.2678.74-
YUV193.68145.67123.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=31.01%
G=31.67%
B=37.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871912250.170.1500.12233.6838.7880.78
HexBBBFE111F0Cea2751
Octal273277341211701435247121
Binary10111011101111111110000110001111101100111010101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFE1; }

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

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

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

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

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

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

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

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