#BBB7DB

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

Shades of Lavender Grey #BBB7DB

Tints of Lavender Grey #BBB7DB

Color information

#BBB7DB (or 0xBBB7DB) is unknown color: approx Lavender Grey. HEX triplet: BB, B7 and DB. RGB value is (187,183,219). Sum of RGB (Red+Green+Blue) = 187+183+219=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7DB is #444824. Grayscale: #BCBCBC. Windows color (decimal): -4474917 or 14399419. OLE color: 14399419.

HSL color Cylindrical-coordinate representation of color #BBB7DB: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBB7DB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187183219-
CMYK0.150.1600.14
HSL246.67º33.33%78.82%-
HSV(B)246.67º16.44%85.88%-
XYZ50.2149.5573.93-
YUV188.3145.33127.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 183 (71.88% from 255) = 31.07%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=31.75%
G=31.07%
B=37.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871832190.150.1600.14246.6733.3378.82
HexBBB7DBF100Ef7214f
Octal273267333172001636741117
Binary10111011101101111101101111111000001110111101111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7DB; }

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

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

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

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

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

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

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

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