#BFBFDF

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

Shades of Lavender Grey #BFBFDF

Tints of Lavender Grey #BFBFDF

Color information

#BFBFDF (or 0xBFBFDF) is unknown color: approx Lavender Grey. HEX triplet: BF, BF and DF. RGB value is (191,191,223). Sum of RGB (Red+Green+Blue) = 191+191+223=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFBFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFDF is #404020. Grayscale: #C2C2C2. Windows color (decimal): -4210721 or 14663615. OLE color: 14663615.

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

Color convert

RGB191191223-
CMYK0.140.1400.13
HSL240º33.33%81.18%-
HSV(B)240º14.35%87.45%-
XYZ53.4453.6777.35-
YUV194.65144125.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=31.57%
G=31.57%
B=36.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911912230.140.1400.1324033.3381.18
HexBFBFDFEE0Df02151
Octal277277337161601536041121
Binary1011111110111111110111111110111001101111100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFDF; }

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

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

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

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

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

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

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

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