#C2BAEB

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

Shades of Melrose #C2BAEB

Tints of Melrose #C2BAEB

Color information

#C2BAEB (or 0xC2BAEB) is unknown color: approx Melrose. HEX triplet: C2, BA and EB. RGB value is (194,186,235). Sum of RGB (Red+Green+Blue) = 194+186+235=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAEB is #3D4514. Grayscale: #C1C1C1. Windows color (decimal): -4015381 or 15448770. OLE color: 15448770.

HSL color Cylindrical-coordinate representation of color #C2BAEB: hue angle of 249.8º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BAEB is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194186235-
CMYK0.170.2100.08
HSL249.8º55.06%82.55%-
HSV(B)249.8º20.85%92.16%-
XYZ54.852.5985.86-
YUV193.98151.15128.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.54%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=31.54%
G=30.24%
B=38.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941862350.170.2100.08249.855.0682.55
HexC2BAEB111508fa3753
Octal302272353212501037267123
Binary110000101011101011101011100011010101000111110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAEB; }

 p { color: rgb(194,186,235); }

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

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

 a { background-color: rgb(194,186,235); }

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

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

 span { border-color: rgb(194,186,235); }

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