#BCB2DC

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

Shades of Melrose #BCB2DC

Tints of Melrose #BCB2DC

Color information

#BCB2DC (or 0xBCB2DC) is unknown color: approx Melrose. HEX triplet: BC, B2 and DC. RGB value is (188,178,220). Sum of RGB (Red+Green+Blue) = 188+178+220=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2DC is #434D23. Grayscale: #B9B9B9. Windows color (decimal): -4410660 or 14463676. OLE color: 14463676.

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

Color convert

RGB188178220-
CMYK0.150.1900.14
HSL254.29º37.5%78.04%-
HSV(B)254.29º19.09%86.27%-
XYZ49.5847.774.3-
YUV185.78147.31129.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.08%
GREEN value IS 178 (69.92% from 255) = 30.38%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=32.08%
G=30.38%
B=37.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881782200.150.1900.14254.2937.578.04
HexBCB2DCF130Efe254e
Octal274262334172301637645116
Binary10111100101100101101110011111001101110111111101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2DC; }

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

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

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

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

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

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

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

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