#BBB9EA

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

Shades of Lavender Grey #BBB9EA

Tints of Lavender Grey #BBB9EA

Color information

#BBB9EA (or 0xBBB9EA) is unknown color: approx Lavender Grey. HEX triplet: BB, B9 and EA. RGB value is (187,185,234). Sum of RGB (Red+Green+Blue) = 187+185+234=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBB9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9EA is #444615. Grayscale: #BEBEBE. Windows color (decimal): -4474390 or 15382971. OLE color: 15382971.

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

Color convert

RGB187185234-
CMYK0.200.2100.08
HSL242.45º53.85%82.16%-
HSV(B)242.45º20.94%91.76%-
XYZ52.6951.284.95-
YUV191.18152.16125.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 185 (72.66% from 255) = 30.53%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=30.86%
G=30.53%
B=38.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871852340.200.2100.08242.4553.8582.16
HexBBB9EA141508f23652
Octal273271352242501036266122
Binary101110111011100111101010101001010101000111100101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9EA; }

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

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

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

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

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

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

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

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