#BCB5DC

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

Shades of Melrose #BCB5DC

Tints of Melrose #BCB5DC

Color information

#BCB5DC (or 0xBCB5DC) is unknown color: approx Melrose. HEX triplet: BC, B5 and DC. RGB value is (188,181,220). Sum of RGB (Red+Green+Blue) = 188+181+220=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5DC is #434A23. Grayscale: #BBBBBB. Windows color (decimal): -4409892 or 14464444. OLE color: 14464444.

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

Color convert

RGB188181220-
CMYK0.150.1800.14
HSL250.77º35.78%78.63%-
HSV(B)250.77º17.73%86.27%-
XYZ50.1848.9174.51-
YUV187.54146.32128.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 181 (71.09% from 255) = 30.73%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=31.92%
G=30.73%
B=37.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881812200.150.1800.14250.7735.7878.63
HexBCB5DCF120Efb244f
Octal274265334172201637344117
Binary10111100101101011101110011111001001110111110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5DC; }

 p { color: rgb(188,181,220); }

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

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

 a { background-color: rgb(188,181,220); }

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

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

 span { border-color: rgb(188,181,220); }

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