#BBBFD8

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

Shades of Lavender Grey #BBBFD8

Tints of Lavender Grey #BBBFD8

Color information

#BBBFD8 (or 0xBBBFD8) is unknown color: approx Lavender Grey. HEX triplet: BB, BF and D8. RGB value is (187,191,216). Sum of RGB (Red+Green+Blue) = 187+191+216=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBBFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFD8 is #444027. Grayscale: #C0C0C0. Windows color (decimal): -4472872 or 14204859. OLE color: 14204859.

HSL color Cylindrical-coordinate representation of color #BBBFD8: hue angle of 231.72º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBBFD8 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187191216-
CMYK0.130.1200.15
HSL231.72º27.1%79.02%-
HSV(B)231.72º13.43%84.71%-
XYZ51.5252.7872.44-
YUV192.65141.17123.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 216 (84.77% from 255) = 36.36%
R=31.48%
G=32.15%
B=36.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871912160.130.1200.15231.7227.179.02
HexBBBFD8DC0Fe81b4f
Octal273277330151401735033117
Binary101110111011111111011000110111000111111101000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFD8; }

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

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

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

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

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

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

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

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