#BFBBDB

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

Shades of Lavender Grey #BFBBDB

Tints of Lavender Grey #BFBBDB

Color information

#BFBBDB (or 0xBFBBDB) is unknown color: approx Lavender Grey. HEX triplet: BF, BB and DB. RGB value is (191,187,219). Sum of RGB (Red+Green+Blue) = 191+187+219=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBDB is #404424. Grayscale: #BFBFBF. Windows color (decimal): -4211749 or 14400447. OLE color: 14400447.

HSL color Cylindrical-coordinate representation of color #BFBBDB: hue angle of 247.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFBBDB is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191187219-
CMYK0.130.1500.14
HSL247.5º30.77%79.61%-
HSV(B)247.5º14.61%85.88%-
XYZ52.0451.7374.26-
YUV191.84143.33127.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=31.99%
G=31.32%
B=36.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911872190.130.1500.14247.530.7779.61
HexBFBBDBDF0Ef81f50
Octal277273333151701637037120
Binary101111111011101111011011110111110111011111000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBDB; }

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

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

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

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

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

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

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

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