#BCB3DB

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

Shades of Melrose #BCB3DB

Tints of Melrose #BCB3DB

Color information

#BCB3DB (or 0xBCB3DB) is unknown color: approx Melrose. HEX triplet: BC, B3 and DB. RGB value is (188,179,219). Sum of RGB (Red+Green+Blue) = 188+179+219=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3DB is #434C24. Grayscale: #BABABA. Windows color (decimal): -4410405 or 14398396. OLE color: 14398396.

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

Color convert

RGB188179219-
CMYK0.140.1800.14
HSL253.5º35.71%78.04%-
HSV(B)253.5º18.26%85.88%-
XYZ49.6548.0573.68-
YUV186.25146.48129.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 179 (70.31% from 255) = 30.55%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=32.08%
G=30.55%
B=37.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881792190.140.1800.14253.535.7178.04
HexBCB3DBE120Efe244e
Octal274263333162201637644116
Binary10111100101100111101101111101001001110111111101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3DB; }

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

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

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

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

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

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

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

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