#C1BAEF

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

Shades of Melrose #C1BAEF

Tints of Melrose #C1BAEF

Color information

#C1BAEF (or 0xC1BAEF) is unknown color: approx Melrose. HEX triplet: C1, BA and EF. RGB value is (193,186,239). Sum of RGB (Red+Green+Blue) = 193+186+239=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAEF is #3E4510. Grayscale: #C1C1C1. Windows color (decimal): -4080913 or 15710913. OLE color: 15710913.

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

Color convert

RGB193186239-
CMYK0.190.2200.06
HSL247.92º62.35%83.33%-
HSV(B)247.92º22.18%93.73%-
XYZ55.1352.6988.93-
YUV194.14153.32127.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.23%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=31.23%
G=30.10%
B=38.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1931862390.190.2200.06247.9262.3583.33
HexC1BAEF131606f83e53
Octal30127235723260637076123
Binary11000001101110101110111110011101100110111110001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAEF; }

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

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

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

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

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

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

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

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