#BBBBE2

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

Shades of Lavender Grey #BBBBE2

Tints of Lavender Grey #BBBBE2

Color information

#BBBBE2 (or 0xBBBBE2) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and E2. RGB value is (187,187,226). Sum of RGB (Red+Green+Blue) = 187+187+226=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 226 (88.67% from 255 or 37.67% from 600); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBE2 is #44441D. Grayscale: #BFBFBF. Windows color (decimal): -4473886 or 14859195. OLE color: 14859195.

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

Color convert

RGB187187226-
CMYK0.170.1700.11
HSL240º40.21%80.98%-
HSV(B)240º17.26%88.63%-
XYZ51.9951.679.17-
YUV191.45147.5124.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 226 (88.67% from 255) = 37.67%
R=31.17%
G=31.17%
B=37.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871872260.170.1700.1124040.2180.98
HexBBBBE211110Bf02851
Octal273273342212101336050121
Binary101110111011101111100010100011000101011111100001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBE2; }

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

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

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

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

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

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

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

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