#BFBBDC

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

Shades of Lavender Grey #BFBBDC

Tints of Lavender Grey #BFBBDC

Color information

#BFBBDC (or 0xBFBBDC) is unknown color: approx Lavender Grey. HEX triplet: BF, BB and DC. RGB value is (191,187,220). Sum of RGB (Red+Green+Blue) = 191+187+220=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBDC is #404423. Grayscale: #BFBFBF. Windows color (decimal): -4211748 or 14465983. OLE color: 14465983.

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

Color convert

RGB191187220-
CMYK0.130.1500.14
HSL247.27º32.04%79.8%-
HSV(B)247.27º15%86.27%-
XYZ52.1751.7874.96-
YUV191.96143.83127.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=31.94%
G=31.27%
B=36.79%

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
Decimal1911872200.130.1500.14247.2732.0479.8
HexBFBBDCDF0Ef72050
Octal277273334151701636740120
Binary1011111110111011110111001101111101110111101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBDC; }

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

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

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

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

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

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

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

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