#BCB1DC

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

Shades of Melrose #BCB1DC

Tints of Melrose #BCB1DC

Color information

#BCB1DC (or 0xBCB1DC) is unknown color: approx Melrose. HEX triplet: BC, B1 and DC. RGB value is (188,177,220). Sum of RGB (Red+Green+Blue) = 188+177+220=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1DC is #434E23. Grayscale: #B9B9B9. Windows color (decimal): -4410916 or 14463420. OLE color: 14463420.

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

Color convert

RGB188177220-
CMYK0.150.2000.14
HSL255.35º38.05%77.84%-
HSV(B)255.35º19.55%86.27%-
XYZ49.3847.374.24-
YUV185.19147.64130-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 177 (69.53% from 255) = 30.26%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=32.14%
G=30.26%
B=37.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881772200.150.2000.14255.3538.0577.84
HexBCB1DCF140Eff264e
Octal274261334172401637746116
Binary10111100101100011101110011111010001110111111111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1DC; }

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

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

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

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

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

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

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

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