#C2BAE5

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

Shades of Melrose #C2BAE5

Tints of Melrose #C2BAE5

Color information

#C2BAE5 (or 0xC2BAE5) is unknown color: approx Melrose. HEX triplet: C2, BA and E5. RGB value is (194,186,229). Sum of RGB (Red+Green+Blue) = 194+186+229=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #C2BAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BAE5 is #3D451A. Grayscale: #C1C1C1. Windows color (decimal): -4015387 or 15055554. OLE color: 15055554.

HSL color Cylindrical-coordinate representation of color #C2BAE5: hue angle of 251.16º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2BAE5 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB194186229-
CMYK0.150.1900.10
HSL251.16º45.26%81.37%-
HSV(B)251.16º18.78%89.8%-
XYZ53.9552.2481.37-
YUV193.29148.15128.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.86%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 229 (89.84% from 255) = 37.60%
R=31.86%
G=30.54%
B=37.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1941862290.150.1900.10251.1645.2681.37
HexC2BAE5F130Afb2d51
Octal302272345172301237355121
Binary11000010101110101110010111111001101010111110111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAE5; }

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

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

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

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

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

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

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

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