#BFBCDB

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

Shades of Lavender Grey #BFBCDB

Tints of Lavender Grey #BFBCDB

Color information

#BFBCDB (or 0xBFBCDB) is unknown color: approx Lavender Grey. HEX triplet: BF, BC and DB. RGB value is (191,188,219). Sum of RGB (Red+Green+Blue) = 191+188+219=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFBCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCDB is #404324. Grayscale: #C0C0C0. Windows color (decimal): -4211493 or 14400703. OLE color: 14400703.

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

Color convert

RGB191188219-
CMYK0.130.1400.14
HSL245.81º30.1%79.8%-
HSV(B)245.81º14.16%85.88%-
XYZ52.2652.1674.33-
YUV192.43142.99126.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 188 (73.83% from 255) = 31.44%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=31.94%
G=31.44%
B=36.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911882190.130.1400.14245.8130.179.8
HexBFBCDBDE0Ef61e50
Octal277274333151601636636120
Binary101111111011110011011011110111100111011110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCDB; }

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

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

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

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

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

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

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

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