#BCB5DD

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

Shades of Melrose #BCB5DD

Tints of Melrose #BCB5DD

Color information

#BCB5DD (or 0xBCB5DD) is unknown color: approx Melrose. HEX triplet: BC, B5 and DD. RGB value is (188,181,221). Sum of RGB (Red+Green+Blue) = 188+181+221=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5DD is #434A22. Grayscale: #BBBBBB. Windows color (decimal): -4409891 or 14529980. OLE color: 14529980.

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

Color convert

RGB188181221-
CMYK0.150.1800.13
HSL250.5º37.04%78.82%-
HSV(B)250.5º18.1%86.67%-
XYZ50.3148.9675.2-
YUV187.65146.82128.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 181 (71.09% from 255) = 30.68%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=31.86%
G=30.68%
B=37.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881812210.150.1800.13250.537.0478.82
HexBCB5DDF120Dfa254f
Octal274265335172201537245117
Binary10111100101101011101110111111001001101111110101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5DD; }

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

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

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

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

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

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

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

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