#BBB9EF

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

Shades of Lavender Grey #BBB9EF

Tints of Lavender Grey #BBB9EF

Color information

#BBB9EF (or 0xBBB9EF) is unknown color: approx Lavender Grey. HEX triplet: BB, B9 and EF. RGB value is (187,185,239). Sum of RGB (Red+Green+Blue) = 187+185+239=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBB9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9EF is #444610. Grayscale: #BFBFBF. Windows color (decimal): -4474385 or 15710651. OLE color: 15710651.

HSL color Cylindrical-coordinate representation of color #BBB9EF: hue angle of 242.22º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB9EF is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187185239-
CMYK0.220.2300.06
HSL242.22º62.79%83.14%-
HSV(B)242.22º22.59%93.73%-
XYZ53.4251.4988.79-
YUV191.75154.66124.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=30.61%
G=30.28%
B=39.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871852390.220.2300.06242.2262.7983.14
HexBBB9EF161706f23f53
Octal27327135726270636277123
Binary10111011101110011110111110110101110110111100101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9EF; }

 p { color: rgb(187,185,239); }

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

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

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

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

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

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

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