#C1BCED

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

Shades of Melrose #C1BCED

Tints of Melrose #C1BCED

Color information

#C1BCED (or 0xC1BCED) is unknown color: approx Melrose. HEX triplet: C1, BC and ED. RGB value is (193,188,237). Sum of RGB (Red+Green+Blue) = 193+188+237=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BCED is #3E4312. Grayscale: #C2C2C2. Windows color (decimal): -4080403 or 15580353. OLE color: 15580353.

HSL color Cylindrical-coordinate representation of color #C1BCED: hue angle of 246.12º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BCED is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193188237-
CMYK0.190.2100.07
HSL246.12º57.65%83.33%-
HSV(B)246.12º20.68%92.94%-
XYZ55.2653.4287.52-
YUV195.08151.66126.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.23%
GREEN value IS 188 (73.83% from 255) = 30.42%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=31.23%
G=30.42%
B=38.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931882370.190.2100.07246.1257.6583.33
HexC1BCED131507f63a53
Octal30127435523250736672123
Binary11000001101111001110110110011101010111111101101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCED; }

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

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

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

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

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

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

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

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