#C1BAED

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

Shades of Melrose #C1BAED

Tints of Melrose #C1BAED

Color information

#C1BAED (or 0xC1BAED) is unknown color: approx Melrose. HEX triplet: C1, BA and ED. RGB value is (193,186,237). Sum of RGB (Red+Green+Blue) = 193+186+237=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1BAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAED is #3E4512. Grayscale: #C1C1C1. Windows color (decimal): -4080915 or 15579841. OLE color: 15579841.

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

Color convert

RGB193186237-
CMYK0.190.2200.07
HSL248.24º58.62%82.94%-
HSV(B)248.24º21.52%92.94%-
XYZ54.8452.5787.38-
YUV193.91152.32127.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.33%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=31.33%
G=30.19%
B=38.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931862370.190.2200.07248.2458.6282.94
HexC1BAED131607f83b53
Octal30127235523260737073123
Binary11000001101110101110110110011101100111111110001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAED; }

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

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

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

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

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

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

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

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