#BFBBD8

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

Shades of Lavender Grey #BFBBD8

Tints of Lavender Grey #BFBBD8

Color information

#BFBBD8 (or 0xBFBBD8) is unknown color: approx Lavender Grey. HEX triplet: BF, BB and D8. RGB value is (191,187,216). Sum of RGB (Red+Green+Blue) = 191+187+216=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 187 (73.44% from 255 or 31.48% 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 #BFBBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBD8 is #404427. Grayscale: #BFBFBF. Windows color (decimal): -4211752 or 14203839. OLE color: 14203839.

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

Color convert

RGB191187216-
CMYK0.120.1300.15
HSL248.28º27.1%79.02%-
HSV(B)248.28º13.43%84.71%-
XYZ51.6551.5772.2-
YUV191.5141.83127.64-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911872160.120.1300.15248.2827.179.02
HexBFBBD8CD0Ff81b4f
Octal277273330141501737033117
Binary101111111011101111011000110011010111111111000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBD8; }

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

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

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

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

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

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

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

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