#C7BCED

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

Shades of Melrose #C7BCED

Tints of Melrose #C7BCED

Color information

#C7BCED (or 0xC7BCED) is unknown color: approx Melrose. HEX triplet: C7, BC and ED. RGB value is (199,188,237). Sum of RGB (Red+Green+Blue) = 199+188+237=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCED is #384312. Grayscale: #C4C4C4. Windows color (decimal): -3687187 or 15580359. OLE color: 15580359.

HSL color Cylindrical-coordinate representation of color #C7BCED: hue angle of 253.47º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7BCED is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199188237-
CMYK0.160.2100.07
HSL253.47º57.65%83.33%-
HSV(B)253.47º20.68%92.94%-
XYZ56.8254.2287.59-
YUV196.88150.64129.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.89%
GREEN value IS 188 (73.83% from 255) = 30.13%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=31.89%
G=30.13%
B=37.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991882370.160.2100.07253.4757.6583.33
HexC7BCED101507fd3a53
Octal30727435520250737572123
Binary11000111101111001110110110000101010111111111011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCED; }

 p { color: rgb(199,188,237); }

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

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

 a { background-color: rgb(199,188,237); }

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

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

 span { border-color: rgb(199,188,237); }

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