#C7BEF0

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

Shades of Melrose #C7BEF0

Tints of Melrose #C7BEF0

Color information

#C7BEF0 (or 0xC7BEF0) is unknown color: approx Melrose. HEX triplet: C7, BE and F0. RGB value is (199,190,240). Sum of RGB (Red+Green+Blue) = 199+190+240=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #C7BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BEF0 is #38410F. Grayscale: #C6C6C6. Windows color (decimal): -3686672 or 15777479. OLE color: 15777479.

HSL color Cylindrical-coordinate representation of color #C7BEF0: hue angle of 250.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7BEF0 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB199190240-
CMYK0.170.2100.06
HSL250.8º62.5%84.31%-
HSV(B)250.8º20.83%94.12%-
XYZ57.6955.2690.06-
YUV198.39151.48128.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.64%
GREEN value IS 190 (74.61% from 255) = 30.21%
BLUE value IS 240 (94.14% from 255) = 38.16%
R=31.64%
G=30.21%
B=38.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1991902400.170.2100.06250.862.584.31
HexC7BEF0111506fb3e54
Octal30727636021250637376124
Binary11000111101111101111000010001101010110111110111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEF0; }

 p { color: rgb(199,190,240); }

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

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

 a { background-color: rgb(199,190,240); }

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

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

 span { border-color: rgb(199,190,240); }

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