#BBBFD7

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

Shades of Lavender Grey #BBBFD7

Tints of Lavender Grey #BBBFD7

Color information

#BBBFD7 (or 0xBBBFD7) is unknown color: approx Lavender Grey. HEX triplet: BB, BF and D7. RGB value is (187,191,215). Sum of RGB (Red+Green+Blue) = 187+191+215=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBBFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFD7 is #444028. Grayscale: #C0C0C0. Windows color (decimal): -4472873 or 14139323. OLE color: 14139323.

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

Color convert

RGB187191215-
CMYK0.130.1100.16
HSL231.43º25.93%78.82%-
HSV(B)231.43º13.02%84.31%-
XYZ51.3952.7371.76-
YUV192.54140.67124.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=31.53%
G=32.21%
B=36.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871912150.130.1100.16231.4325.9378.82
HexBBBFD7DB010e71a4f
Octal273277327151302034732117
Binary1011101110111111110101111101101101000011100111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFD7; }

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

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

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

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

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

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

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

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