#BBB7D7

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

Shades of Lavender Grey #BBB7D7

Tints of Lavender Grey #BBB7D7

Color information

#BBB7D7 (or 0xBBB7D7) is unknown color: approx Lavender Grey. HEX triplet: BB, B7 and D7. RGB value is (187,183,215). Sum of RGB (Red+Green+Blue) = 187+183+215=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBB7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7D7 is #444828. Grayscale: #BBBBBB. Windows color (decimal): -4474921 or 14137275. OLE color: 14137275.

HSL color Cylindrical-coordinate representation of color #BBB7D7: hue angle of 247.5º 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 #BBB7D7 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187183215-
CMYK0.130.1500.16
HSL247.5º28.57%78.04%-
HSV(B)247.5º14.88%84.31%-
XYZ49.6949.3471.19-
YUV187.84143.33127.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 183 (71.88% from 255) = 31.28%
BLUE value IS 215 (84.38% from 255) = 36.75%
R=31.97%
G=31.28%
B=36.75%

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
Decimal1871832150.130.1500.16247.528.5778.04
HexBBB7D7DF010f81d4e
Octal273267327151702037035116
Binary1011101110110111110101111101111101000011111000111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB7D7; }

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

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

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

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

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

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

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

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