#BFBCD5

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

Shades of Lavender Grey #BFBCD5

Tints of Lavender Grey #BFBCD5

Color information

#BFBCD5 (or 0xBFBCD5) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and D5. RGB value is (191,188,213). Sum of RGB (Red+Green+Blue) = 191+188+213=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFBCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD5 is #40432A. Grayscale: #BFBFBF. Windows color (decimal): -4211499 or 14007487. OLE color: 14007487.

HSL color Cylindrical-coordinate representation of color #BFBCD5: hue angle of 247.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFBCD5 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191188213-
CMYK0.100.1200.16
HSL247.2º22.94%78.63%-
HSV(B)247.2º11.74%83.53%-
XYZ51.4851.8570.24-
YUV191.75139.99127.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 188 (73.83% from 255) = 31.76%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=32.26%
G=31.76%
B=35.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911882130.100.1200.16247.222.9478.63
HexBFBCD5AC010f7174f
Octal277274325121402036727117
Binary1011111110111100110101011010110001000011110111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCD5; }

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

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

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

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

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

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

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

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