#BBBFE2

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

Shades of Lavender Grey #BBBFE2

Tints of Lavender Grey #BBBFE2

Color information

#BBBFE2 (or 0xBBBFE2) is unknown color: approx Lavender Grey. HEX triplet: BB, BF and E2. RGB value is (187,191,226). Sum of RGB (Red+Green+Blue) = 187+191+226=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBBFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFE2 is #44401D. Grayscale: #C1C1C1. Windows color (decimal): -4472862 or 14860219. OLE color: 14860219.

HSL color Cylindrical-coordinate representation of color #BBBFE2: hue angle of 233.85º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBBFE2 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187191226-
CMYK0.170.1500.11
HSL233.85º40.21%80.98%-
HSV(B)233.85º17.26%88.63%-
XYZ52.8553.3279.46-
YUV193.79146.17123.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 226 (88.67% from 255) = 37.42%
R=30.96%
G=31.62%
B=37.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871912260.170.1500.11233.8540.2180.98
HexBBBFE211F0Bea2851
Octal273277342211701335250121
Binary10111011101111111110001010001111101011111010101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFE2; }

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

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

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

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

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

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

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

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