#BCB9DF

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

Shades of Lavender Grey #BCB9DF

Tints of Lavender Grey #BCB9DF

Color information

#BCB9DF (or 0xBCB9DF) is unknown color: approx Lavender Grey. HEX triplet: BC, B9 and DF. RGB value is (188,185,223). Sum of RGB (Red+Green+Blue) = 188+185+223=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9DF is #434620. Grayscale: #BEBEBE. Windows color (decimal): -4408865 or 14662076. OLE color: 14662076.

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

Color convert

RGB188185223-
CMYK0.160.1700.13
HSL244.74º37.25%80%-
HSV(B)244.74º17.04%87.45%-
XYZ51.4150.7276.89-
YUV190.23146.49126.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 185 (72.66% from 255) = 31.04%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=31.54%
G=31.04%
B=37.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881852230.160.1700.13244.7437.2580
HexBCB9DF10110Df52550
Octal274271337202101536545120
Binary101111001011100111011111100001000101101111101011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9DF; }

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

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

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

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

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

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

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

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