#BBBAEB

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

Shades of Lavender Grey #BBBAEB

Tints of Lavender Grey #BBBAEB

Color information

#BBBAEB (or 0xBBBAEB) is unknown color: approx Lavender Grey. HEX triplet: BB, BA and EB. RGB value is (187,186,235). Sum of RGB (Red+Green+Blue) = 187+186+235=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBAEB is #444514. Grayscale: #BFBFBF. Windows color (decimal): -4474133 or 15448763. OLE color: 15448763.

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

Color convert

RGB187186235-
CMYK0.200.2100.08
HSL241.22º55.06%82.55%-
HSV(B)241.22º20.85%92.16%-
XYZ53.0551.6885.78-
YUV191.88152.33124.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.76%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=30.76%
G=30.59%
B=38.65%

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
Decimal1871862350.200.2100.08241.2255.0682.55
HexBBBAEB141508f13753
Octal273272353242501036167123
Binary101110111011101011101011101001010101000111100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAEB; }

 p { color: rgb(187,186,235); }

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

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

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

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

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

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

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