#C7BCEB

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

Shades of Melrose #C7BCEB

Tints of Melrose #C7BCEB

Color information

#C7BCEB (or 0xC7BCEB) is unknown color: approx Melrose. HEX triplet: C7, BC and EB. RGB value is (199,188,235). Sum of RGB (Red+Green+Blue) = 199+188+235=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BCEB is #384314. Grayscale: #C4C4C4. Windows color (decimal): -3687189 or 15449287. OLE color: 15449287.

HSL color Cylindrical-coordinate representation of color #C7BCEB: hue angle of 254.04º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7BCEB is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199188235-
CMYK0.150.200.08
HSL254.04º54.02%82.94%-
HSV(B)254.04º20%92.16%-
XYZ56.5354.1186.06-
YUV196.65149.64129.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.99%
GREEN value IS 188 (73.83% from 255) = 30.23%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=31.99%
G=30.23%
B=37.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1991882350.150.200.08254.0454.0282.94
HexC7BCEBF1408fe3653
Octal307274353172401037666123
Binary11000111101111001110101111111010001000111111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCEB; }

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

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

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

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

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

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

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

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