#C6BCF0

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

Shades of Melrose #C6BCF0

Tints of Melrose #C6BCF0

Color information

#C6BCF0 (or 0xC6BCF0) is unknown color: approx Melrose. HEX triplet: C6, BC and F0. RGB value is (198,188,240). Sum of RGB (Red+Green+Blue) = 198+188+240=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #C6BCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BCF0 is #39430F. Grayscale: #C4C4C4. Windows color (decimal): -3752720 or 15776966. OLE color: 15776966.

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

Color convert

RGB198188240-
CMYK0.180.2200.06
HSL251.54º63.41%83.92%-
HSV(B)251.54º21.67%94.12%-
XYZ5754.2689.91-
YUV196.92152.31128.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.63%
GREEN value IS 188 (73.83% from 255) = 30.03%
BLUE value IS 240 (94.14% from 255) = 38.34%
R=31.63%
G=30.03%
B=38.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1981882400.180.2200.06251.5463.4183.92
HexC6BCF0121606fc3f54
Octal30627436022260637477124
Binary11000110101111001111000010010101100110111111001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BCF0; }

 p { color: rgb(198,188,240); }

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

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

 a { background-color: rgb(198,188,240); }

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

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

 span { border-color: rgb(198,188,240); }

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