#BFBCD9

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

Shades of Lavender Grey #BFBCD9

Tints of Lavender Grey #BFBCD9

Color information

#BFBCD9 (or 0xBFBCD9) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and D9. RGB value is (191,188,217). Sum of RGB (Red+Green+Blue) = 191+188+217=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFBCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD9 is #404326. Grayscale: #C0C0C0. Windows color (decimal): -4211495 or 14269631. OLE color: 14269631.

HSL color Cylindrical-coordinate representation of color #BFBCD9: hue angle of 246.21º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFBCD9 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191188217-
CMYK0.120.1300.15
HSL246.21º27.62%79.41%-
HSV(B)246.21º13.36%85.1%-
XYZ51.9952.0572.95-
YUV192.2141.99127.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=32.05%
G=31.54%
B=36.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911882170.120.1300.15246.2127.6279.41
HexBFBCD9CD0Ff61c4f
Octal277274331141501736634117
Binary101111111011110011011001110011010111111110110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCD9; }

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

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

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

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

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

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

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

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