#C1BCEC

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

Shades of Melrose #C1BCEC

Tints of Melrose #C1BCEC

Color information

#C1BCEC (or 0xC1BCEC) is unknown color: approx Melrose. HEX triplet: C1, BC and EC. RGB value is (193,188,236). Sum of RGB (Red+Green+Blue) = 193+188+236=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BCEC is #3E4313. Grayscale: #C2C2C2. Windows color (decimal): -4080404 or 15514817. OLE color: 15514817.

HSL color Cylindrical-coordinate representation of color #C1BCEC: hue angle of 246.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1BCEC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193188236-
CMYK0.180.2000.07
HSL246.25º55.81%83.14%-
HSV(B)246.25º20.34%92.55%-
XYZ55.1253.3686.75-
YUV194.97151.16126.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.28%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=31.28%
G=30.47%
B=38.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931882360.180.2000.07246.2555.8183.14
HexC1BCEC121407f63853
Octal30127435422240736670123
Binary11000001101111001110110010010101000111111101101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCEC; }

 p { color: rgb(193,188,236); }

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

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

 a { background-color: rgb(193,188,236); }

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

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

 span { border-color: rgb(193,188,236); }

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