#BBB7EA

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

Shades of Lavender Grey #BBB7EA

Tints of Lavender Grey #BBB7EA

Color information

#BBB7EA (or 0xBBB7EA) is unknown color: approx Lavender Grey. HEX triplet: BB, B7 and EA. RGB value is (187,183,234). Sum of RGB (Red+Green+Blue) = 187+183+234=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBB7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB7EA is #444815. Grayscale: #BDBDBD. Windows color (decimal): -4474902 or 15382459. OLE color: 15382459.

HSL color Cylindrical-coordinate representation of color #BBB7EA: hue angle of 244.71º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBB7EA is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187183234-
CMYK0.200.2200.08
HSL244.71º54.84%81.76%-
HSV(B)244.71º21.79%91.76%-
XYZ52.2850.3784.81-
YUV190.01152.83125.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 183 (71.88% from 255) = 30.30%
BLUE value IS 234 (91.80% from 255) = 38.74%
R=30.96%
G=30.30%
B=38.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871832340.200.2200.08244.7154.8481.76
HexBBB7EA141608f53752
Octal273267352242601036567122
Binary101110111011011111101010101001011001000111101011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7EA; }

 p { color: rgb(187,183,234); }

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

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

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

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

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

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

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