#BBBAD5

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

Shades of Lavender Grey #BBBAD5

Tints of Lavender Grey #BBBAD5

Color information

#BBBAD5 (or 0xBBBAD5) is unknown color: approx Lavender Grey. HEX triplet: BB, BA and D5. RGB value is (187,186,213). Sum of RGB (Red+Green+Blue) = 187+186+213=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBBAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBAD5 is #44452A. Grayscale: #BDBDBD. Windows color (decimal): -4474155 or 14006971. OLE color: 14006971.

HSL color Cylindrical-coordinate representation of color #BBBAD5: hue angle of 242.22º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBBAD5 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187186213-
CMYK0.120.1300.16
HSL242.22º24.32%78.24%-
HSV(B)242.22º12.68%83.53%-
XYZ50.0650.4970.06-
YUV189.38141.33126.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 213 (83.59% from 255) = 36.35%
R=31.91%
G=31.74%
B=36.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871862130.120.1300.16242.2224.3278.24
HexBBBAD5CD010f2184e
Octal273272325141502036230116
Binary1011101110111010110101011100110101000011110010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBAD5; }

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

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

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

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

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

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

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

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