#C7BAEF

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

Shades of Melrose #C7BAEF

Tints of Melrose #C7BAEF

Color information

#C7BAEF (or 0xC7BAEF) is unknown color: approx Melrose. HEX triplet: C7, BA and EF. RGB value is (199,186,239). Sum of RGB (Red+Green+Blue) = 199+186+239=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BAEF is #384510. Grayscale: #C3C3C3. Windows color (decimal): -3687697 or 15710919. OLE color: 15710919.

HSL color Cylindrical-coordinate representation of color #C7BAEF: hue angle of 254.72º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7BAEF is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB199186239-
CMYK0.170.2200.06
HSL254.72º62.35%83.33%-
HSV(B)254.72º22.18%93.73%-
XYZ56.6953.4989-
YUV195.93152.31130.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.89%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=31.89%
G=29.81%
B=38.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1991862390.170.2200.06254.7262.3583.33
HexC7BAEF111606ff3e53
Octal30727235721260637776123
Binary11000111101110101110111110001101100110111111111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAEF; }

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

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

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

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

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

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

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

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