#BCB7DF

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

Shades of Lavender Grey #BCB7DF

Tints of Lavender Grey #BCB7DF

Color information

#BCB7DF (or 0xBCB7DF) is unknown color: approx Lavender Grey. HEX triplet: BC, B7 and DF. RGB value is (188,183,223). Sum of RGB (Red+Green+Blue) = 188+183+223=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCB7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7DF is #434820. Grayscale: #BCBCBC. Windows color (decimal): -4409377 or 14661564. OLE color: 14661564.

HSL color Cylindrical-coordinate representation of color #BCB7DF: hue angle of 247.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCB7DF is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188183223-
CMYK0.160.1800.13
HSL247.5º38.46%79.61%-
HSV(B)247.5º17.94%87.45%-
XYZ50.9949.8976.75-
YUV189.05147.16127.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 183 (71.88% from 255) = 30.81%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=31.65%
G=30.81%
B=37.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881832230.160.1800.13247.538.4679.61
HexBCB7DF10120Df82650
Octal274267337202201537046120
Binary101111001011011111011111100001001001101111110001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7DF; }

 p { color: rgb(188,183,223); }

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

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

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

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

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

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

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