#BFBBDD

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

Shades of Lavender Grey #BFBBDD

Tints of Lavender Grey #BFBBDD

Color information

#BFBBDD (or 0xBFBBDD) is unknown color: approx Lavender Grey. HEX triplet: BF, BB and DD. RGB value is (191,187,221). Sum of RGB (Red+Green+Blue) = 191+187+221=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFBBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBDD is #404422. Grayscale: #BFBFBF. Windows color (decimal): -4211747 or 14531519. OLE color: 14531519.

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

Color convert

RGB191187221-
CMYK0.140.1500.13
HSL247.06º33.33%80%-
HSV(B)247.06º15.38%86.67%-
XYZ52.3151.8475.66-
YUV192.07144.33127.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.89%
GREEN value IS 187 (73.44% from 255) = 31.22%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=31.89%
G=31.22%
B=36.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911872210.140.1500.13247.0633.3380
HexBFBBDDEF0Df72150
Octal277273335161701536741120
Binary1011111110111011110111011110111101101111101111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBDD; }

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

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

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

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

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

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

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

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