#C7BAEB

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

Shades of Melrose #C7BAEB

Tints of Melrose #C7BAEB

Color information

#C7BAEB (or 0xC7BAEB) is unknown color: approx Melrose. HEX triplet: C7, BA and EB. RGB value is (199,186,235). Sum of RGB (Red+Green+Blue) = 199+186+235=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BAEB is #384514. Grayscale: #C3C3C3. Windows color (decimal): -3687701 or 15448775. OLE color: 15448775.

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

Color convert

RGB199186235-
CMYK0.150.2100.08
HSL255.92º55.06%82.55%-
HSV(B)255.92º20.85%92.16%-
XYZ56.1153.2685.92-
YUV195.47150.31130.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.10%
GREEN value IS 186 (73.05% from 255) = 30%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=32.10%
G=30%
B=37.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1991862350.150.2100.08255.9255.0682.55
HexC7BAEBF15081003753
Octal307272353172501040067123
Binary110001111011101011101011111110101010001000000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAEB; }

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

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

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

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

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

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

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

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