#BBBBE0

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

Shades of Lavender Grey #BBBBE0

Tints of Lavender Grey #BBBBE0

Color information

#BBBBE0 (or 0xBBBBE0) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and E0. RGB value is (187,187,224). Sum of RGB (Red+Green+Blue) = 187+187+224=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBE0 is #44441F. Grayscale: #BFBFBF. Windows color (decimal): -4473888 or 14728123. OLE color: 14728123.

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

Color convert

RGB187187224-
CMYK0.170.1700.12
HSL240º37.37%80.59%-
HSV(B)240º16.52%87.84%-
XYZ51.7251.4977.73-
YUV191.22146.5124.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 224 (87.89% from 255) = 37.46%
R=31.27%
G=31.27%
B=37.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871872240.170.1700.1224037.3780.59
HexBBBBE011110Cf02551
Octal273273340212101436045121
Binary101110111011101111100000100011000101100111100001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBE0; }

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

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

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

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

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

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

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

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