#C5BEEC

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

Shades of Melrose #C5BEEC

Tints of Melrose #C5BEEC

Color information

#C5BEEC (or 0xC5BEEC) is unknown color: approx Melrose. HEX triplet: C5, BE and EC. RGB value is (197,190,236). Sum of RGB (Red+Green+Blue) = 197+190+236=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEEC is #3A4113. Grayscale: #C5C5C5. Windows color (decimal): -3817748 or 15515333. OLE color: 15515333.

HSL color Cylindrical-coordinate representation of color #C5BEEC: hue angle of 249.13º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5BEEC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197190236-
CMYK0.170.1900.07
HSL249.13º54.76%83.53%-
HSV(B)249.13º19.49%92.55%-
XYZ56.5854.7586.94-
YUV197.34149.82127.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.62%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=31.62%
G=30.50%
B=37.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971902360.170.1900.07249.1354.7683.53
HexC5BEEC111307f93754
Octal30527635421230737167124
Binary11000101101111101110110010001100110111111110011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BEEC; }

 p { color: rgb(197,190,236); }

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

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

 a { background-color: rgb(197,190,236); }

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

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

 span { border-color: rgb(197,190,236); }

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