#BCB1DD

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

Shades of Melrose #BCB1DD

Tints of Melrose #BCB1DD

Color information

#BCB1DD (or 0xBCB1DD) is unknown color: approx Melrose. HEX triplet: BC, B1 and DD. RGB value is (188,177,221). Sum of RGB (Red+Green+Blue) = 188+177+221=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1DD is #434E22. Grayscale: #B9B9B9. Windows color (decimal): -4410915 or 14528956. OLE color: 14528956.

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

Color convert

RGB188177221-
CMYK0.150.2000.13
HSL255º39.29%78.04%-
HSV(B)255º19.91%86.67%-
XYZ49.5147.3674.94-
YUV185.3148.14129.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=32.08%
G=30.20%
B=37.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881772210.150.2000.1325539.2978.04
HexBCB1DDF140Dff274e
Octal274261335172401537747116
Binary10111100101100011101110111111010001101111111111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1DD; }

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

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

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

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

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

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

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

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