#C2BAE6

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

Shades of Melrose #C2BAE6

Tints of Melrose #C2BAE6

Color information

#C2BAE6 (or 0xC2BAE6) is unknown color: approx Melrose. HEX triplet: C2, BA and E6. RGB value is (194,186,230). Sum of RGB (Red+Green+Blue) = 194+186+230=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #C2BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAE6 is #3D4519. Grayscale: #C1C1C1. Windows color (decimal): -4015386 or 15121090. OLE color: 15121090.

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

Color convert

RGB194186230-
CMYK0.160.1900.10
HSL250.91º46.81%81.57%-
HSV(B)250.91º19.13%90.2%-
XYZ54.0952.382.11-
YUV193.41148.65128.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.80%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=31.80%
G=30.49%
B=37.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1941862300.160.1900.10250.9146.8181.57
HexC2BAE610130Afb2f52
Octal302272346202301237357122
Binary110000101011101011100110100001001101010111110111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BAE6; }

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

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

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

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

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

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

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

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