#BBB6D7

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

Shades of Lavender Grey #BBB6D7

Tints of Lavender Grey #BBB6D7

Color information

#BBB6D7 (or 0xBBB6D7) is unknown color: approx Lavender Grey. HEX triplet: BB, B6 and D7. RGB value is (187,182,215). Sum of RGB (Red+Green+Blue) = 187+182+215=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBB6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6D7 is #444928. Grayscale: #BBBBBB. Windows color (decimal): -4475177 or 14137019. OLE color: 14137019.

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

Color convert

RGB187182215-
CMYK0.130.1500.16
HSL249.09º29.2%77.84%-
HSV(B)249.09º15.35%84.31%-
XYZ49.4948.9371.13-
YUV187.26143.66127.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 182 (71.48% from 255) = 31.16%
BLUE value IS 215 (84.38% from 255) = 36.82%
R=32.02%
G=31.16%
B=36.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871822150.130.1500.16249.0929.277.84
HexBBB6D7DF010f91d4e
Octal273266327151702037135116
Binary1011101110110110110101111101111101000011111001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6D7; }

 p { color: rgb(187,182,215); }

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

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

 a { background-color: rgb(187,182,215); }

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

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

 span { border-color: rgb(187,182,215); }

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