#C2BAE0

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

Shades of Melrose #C2BAE0

Tints of Melrose #C2BAE0

Color information

#C2BAE0 (or 0xC2BAE0) is unknown color: approx Melrose. HEX triplet: C2, BA and E0. RGB value is (194,186,224). Sum of RGB (Red+Green+Blue) = 194+186+224=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2BAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAE0 is #3D451F. Grayscale: #C0C0C0. Windows color (decimal): -4015392 or 14727874. OLE color: 14727874.

HSL color Cylindrical-coordinate representation of color #C2BAE0: hue angle of 252.63º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2BAE0 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194186224-
CMYK0.130.1700.12
HSL252.63º38%80.39%-
HSV(B)252.63º16.96%87.84%-
XYZ53.2651.9777.74-
YUV192.72145.65128.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.12%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=32.12%
G=30.79%
B=37.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941862240.130.1700.12252.633880.39
HexC2BAE0D110Cfd2650
Octal302272340152101437546120
Binary11000010101110101110000011011000101100111111011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAE0; }

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

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

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

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

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

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

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

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