#C6BEE0

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

Shades of Melrose #C6BEE0

Tints of Melrose #C6BEE0

Color information

#C6BEE0 (or 0xC6BEE0) is unknown color: approx Melrose. HEX triplet: C6, BE and E0. RGB value is (198,190,224). Sum of RGB (Red+Green+Blue) = 198+190+224=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #C6BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEE0 is #39411F. Grayscale: #C4C4C4. Windows color (decimal): -3752224 or 14728902. OLE color: 14728902.

HSL color Cylindrical-coordinate representation of color #C6BEE0: hue angle of 254.12º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6BEE0 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB198190224-
CMYK0.120.1500.12
HSL254.12º35.42%81.18%-
HSV(B)254.12º15.18%87.84%-
XYZ55.1654.2178.08-
YUV196.27143.65129.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.35%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=32.35%
G=31.05%
B=36.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1981902240.120.1500.12254.1235.4281.18
HexC6BEE0CF0Cfe2351
Octal306276340141701437643121
Binary1100011010111110111000001100111101100111111101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEE0; }

 p { color: rgb(198,190,224); }

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

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

 a { background-color: rgb(198,190,224); }

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

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

 span { border-color: rgb(198,190,224); }

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