#BFBBD9

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

Shades of Lavender Grey #BFBBD9

Tints of Lavender Grey #BFBBD9

Color information

#BFBBD9 (or 0xBFBBD9) is unknown color: approx Lavender Grey. HEX triplet: BF, BB and D9. RGB value is (191,187,217). Sum of RGB (Red+Green+Blue) = 191+187+217=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFBBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBD9 is #404426. Grayscale: #BFBFBF. Windows color (decimal): -4211751 or 14269375. OLE color: 14269375.

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

Color convert

RGB191187217-
CMYK0.120.1400.15
HSL248º28.3%79.22%-
HSV(B)248º13.82%85.1%-
XYZ51.7851.6372.88-
YUV191.62142.33127.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.10%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 217 (85.16% from 255) = 36.47%
R=32.10%
G=31.43%
B=36.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911872170.120.1400.1524828.379.22
HexBFBBD9CE0Ff81c4f
Octal277273331141601737034117
Binary101111111011101111011001110011100111111111000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBD9; }

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

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

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

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

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

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

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

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