#BFBFDC

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

Shades of Lavender Grey #BFBFDC

Tints of Lavender Grey #BFBFDC

Color information

#BFBFDC (or 0xBFBFDC) is unknown color: approx Lavender Grey. HEX triplet: BF, BF and DC. RGB value is (191,191,220). Sum of RGB (Red+Green+Blue) = 191+191+220=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFDC is #404023. Grayscale: #C2C2C2. Windows color (decimal): -4210724 or 14467007. OLE color: 14467007.

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

Color convert

RGB191191220-
CMYK0.130.1300.14
HSL240º29.29%80.59%-
HSV(B)240º13.18%86.27%-
XYZ53.0353.5175.24-
YUV194.31142.5125.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=31.73%
G=31.73%
B=36.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911912200.130.1300.1424029.2980.59
HexBFBFDCDD0Ef01d51
Octal277277334151501636035121
Binary101111111011111111011100110111010111011110000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFDC; }

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

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

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

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

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

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

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

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