#BFBCDE

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

Shades of Lavender Grey #BFBCDE

Tints of Lavender Grey #BFBCDE

Color information

#BFBCDE (or 0xBFBCDE) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and DE. RGB value is (191,188,222). Sum of RGB (Red+Green+Blue) = 191+188+222=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFBCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCDE is #404321. Grayscale: #C0C0C0. Windows color (decimal): -4211490 or 14597311. OLE color: 14597311.

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

Color convert

RGB191188222-
CMYK0.140.1500.13
HSL245.29º34%80.39%-
HSV(B)245.29º15.32%87.06%-
XYZ52.6552.3276.43-
YUV192.77144.49126.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.78%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=31.78%
G=31.28%
B=36.94%

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
Decimal1911882220.140.1500.13245.293480.39
HexBFBCDEEF0Df52250
Octal277274336161701536542120
Binary1011111110111100110111101110111101101111101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCDE; }

 p { color: rgb(191,188,222); }

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

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

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

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

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

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

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