#BBB9EB

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

Shades of Lavender Grey #BBB9EB

Tints of Lavender Grey #BBB9EB

Color information

#BBB9EB (or 0xBBB9EB) is unknown color: approx Lavender Grey. HEX triplet: BB, B9 and EB. RGB value is (187,185,235). Sum of RGB (Red+Green+Blue) = 187+185+235=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBB9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9EB is #444614. Grayscale: #BFBFBF. Windows color (decimal): -4474389 or 15448507. OLE color: 15448507.

HSL color Cylindrical-coordinate representation of color #BBB9EB: hue angle of 242.4º degrees, saturation: 0.56, 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 #BBB9EB is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187185235-
CMYK0.200.2100.08
HSL242.4º55.56%82.35%-
HSV(B)242.4º21.28%92.16%-
XYZ52.8451.2685.71-
YUV191.3152.66124.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=30.81%
G=30.48%
B=38.71%

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
Decimal1871852350.200.2100.08242.455.5682.35
HexBBB9EB141508f23852
Octal273271353242501036270122
Binary101110111011100111101011101001010101000111100101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB9EB; }

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

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

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

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

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

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

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

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