#C7BAF3

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

Shades of Melrose #C7BAF3

Tints of Melrose #C7BAF3

Color information

#C7BAF3 (or 0xC7BAF3) is unknown color: approx Melrose. HEX triplet: C7, BA and F3. RGB value is (199,186,243). Sum of RGB (Red+Green+Blue) = 199+186+243=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BAF3 is #38450C. Grayscale: #C4C4C4. Windows color (decimal): -3687693 or 15973063. OLE color: 15973063.

HSL color Cylindrical-coordinate representation of color #C7BAF3: hue angle of 253.68º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7BAF3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199186243-
CMYK0.180.2300.05
HSL253.68º70.37%84.12%-
HSV(B)253.68º23.46%95.29%-
XYZ57.2953.7392.15-
YUV196.38154.31129.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.69%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=31.69%
G=29.62%
B=38.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991862430.180.2300.05253.6870.3784.12
HexC7BAF3121705fe4654
Octal307272363222705376106124
Binary110001111011101011110011100101011101011111111010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAF3; }

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

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

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

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

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

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

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

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