#C2BCE1

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

Shades of Melrose #C2BCE1

Tints of Melrose #C2BCE1

Color information

#C2BCE1 (or 0xC2BCE1) is unknown color: approx Melrose. HEX triplet: C2, BC and E1. RGB value is (194,188,225). Sum of RGB (Red+Green+Blue) = 194+188+225=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2BCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCE1 is #3D431E. Grayscale: #C1C1C1. Windows color (decimal): -4014879 or 14793922. OLE color: 14793922.

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

Color convert

RGB194188225-
CMYK0.140.1600.12
HSL249.73º38.14%80.98%-
HSV(B)249.73º16.44%88.24%-
XYZ53.8252.8778.6-
YUV194.01145.49127.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.96%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 225 (88.28% from 255) = 37.07%
R=31.96%
G=30.97%
B=37.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941882250.140.1600.12249.7338.1480.98
HexC2BCE1E100Cfa2651
Octal302274341162001437246121
Binary11000010101111001110000111101000001100111110101001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCE1; }

 p { color: rgb(194,188,225); }

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

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

 a { background-color: rgb(194,188,225); }

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

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

 span { border-color: rgb(194,188,225); }

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