#C2BCDC

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

Shades of Melrose #C2BCDC

Tints of Melrose #C2BCDC

Color information

#C2BCDC (or 0xC2BCDC) is unknown color: approx Melrose. HEX triplet: C2, BC and DC. RGB value is (194,188,220). Sum of RGB (Red+Green+Blue) = 194+188+220=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCDC is #3D4323. Grayscale: #C1C1C1. Windows color (decimal): -4014884 or 14466242. OLE color: 14466242.

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

Color convert

RGB194188220-
CMYK0.120.1500.14
HSL251.25º31.37%80%-
HSV(B)251.25º14.55%86.27%-
XYZ53.1552.675.06-
YUV193.44142.99128.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.23%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=32.23%
G=31.23%
B=36.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941882200.120.1500.14251.2531.3780
HexC2BCDCCF0Efb1f50
Octal302274334141701637337120
Binary110000101011110011011100110011110111011111011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCDC; }

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

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

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

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

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

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

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

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