#C7BAEC

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

Shades of Melrose #C7BAEC

Tints of Melrose #C7BAEC

Color information

#C7BAEC (or 0xC7BAEC) is unknown color: approx Melrose. HEX triplet: C7, BA and EC. RGB value is (199,186,236). Sum of RGB (Red+Green+Blue) = 199+186+236=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #C7BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BAEC is #384513. Grayscale: #C3C3C3. Windows color (decimal): -3687700 or 15514311. OLE color: 15514311.

HSL color Cylindrical-coordinate representation of color #C7BAEC: hue angle of 255.6º degrees, saturation: 0.57, 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 #C7BAEC is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199186236-
CMYK0.160.2100.07
HSL255.6º56.82%82.75%-
HSV(B)255.6º21.19%92.55%-
XYZ56.2553.3286.68-
YUV195.59150.81130.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.05%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=32.05%
G=29.95%
B=38.00%

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
Decimal1991862360.160.2100.07255.656.8282.75
HexC7BAEC1015071003953
Octal30727235420250740071123
Binary110001111011101011101100100001010101111000000001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAEC; }

 p { color: rgb(199,186,236); }

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

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

 a { background-color: rgb(199,186,236); }

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

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

 span { border-color: rgb(199,186,236); }

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