#BBBBE3

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

Shades of Lavender Grey #BBBBE3

Tints of Lavender Grey #BBBBE3

Color information

#BBBBE3 (or 0xBBBBE3) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and E3. RGB value is (187,187,227). Sum of RGB (Red+Green+Blue) = 187+187+227=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBBBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBE3 is #44441C. Grayscale: #BFBFBF. Windows color (decimal): -4473885 or 14924731. OLE color: 14924731.

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

Color convert

RGB187187227-
CMYK0.180.1800.11
HSL240º41.67%81.18%-
HSV(B)240º17.62%89.02%-
XYZ52.1351.6579.9-
YUV191.56148124.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 227 (89.06% from 255) = 37.77%
R=31.11%
G=31.11%
B=37.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871872270.180.1800.1124041.6781.18
HexBBBBE312120Bf02a51
Octal273273343222201336052121
Binary101110111011101111100011100101001001011111100001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBE3; }

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

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

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

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

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

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

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

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