#BBBBE9

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

Shades of Lavender Grey #BBBBE9

Tints of Lavender Grey #BBBBE9

Color information

#BBBBE9 (or 0xBBBBE9) is unknown color: approx Lavender Grey. HEX triplet: BB, BB and E9. RGB value is (187,187,233). Sum of RGB (Red+Green+Blue) = 187+187+233=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 233 (91.41% from 255 or 38.39% from 607); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBBBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBBE9 is #444416. Grayscale: #C0C0C0. Windows color (decimal): -4473879 or 15317947. OLE color: 15317947.

HSL color Cylindrical-coordinate representation of color #BBBBE9: hue angle of 240º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBBBE9 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187187233-
CMYK0.200.2000.09
HSL240º51.11%82.35%-
HSV(B)240º19.74%91.37%-
XYZ52.9751.9984.33-
YUV192.24151124.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 233 (91.41% from 255) = 38.39%
R=30.81%
G=30.81%
B=38.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871872330.200.2000.0924051.1182.35
HexBBBBE9141409f03352
Octal273273351242401136063122
Binary101110111011101111101001101001010001001111100001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBE9; }

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

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

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

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

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

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

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

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