#C2BCDF

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

Shades of Melrose #C2BCDF

Tints of Melrose #C2BCDF

Color information

#C2BCDF (or 0xC2BCDF) is unknown color: approx Melrose. HEX triplet: C2, BC and DF. RGB value is (194,188,223). Sum of RGB (Red+Green+Blue) = 194+188+223=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCDF is #3D4320. Grayscale: #C1C1C1. Windows color (decimal): -4014881 or 14662850. OLE color: 14662850.

HSL color Cylindrical-coordinate representation of color #C2BCDF: hue angle of 250.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2BCDF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194188223-
CMYK0.130.1600.13
HSL250.29º35.35%80.59%-
HSV(B)250.29º15.7%87.45%-
XYZ53.5552.7677.17-
YUV193.78144.49128.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.07%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=32.07%
G=31.07%
B=36.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941882230.130.1600.13250.2935.3580.59
HexC2BCDFD100Dfa2351
Octal302274337152001537243121
Binary11000010101111001101111111011000001101111110101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCDF; }

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

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

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

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

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

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

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

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