#C6BDF2

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

Shades of Melrose #C6BDF2

Tints of Melrose #C6BDF2

Color information

#C6BDF2 (or 0xC6BDF2) is unknown color: approx Melrose. HEX triplet: C6, BD and F2. RGB value is (198,189,242). Sum of RGB (Red+Green+Blue) = 198+189+242=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #C6BDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDF2 is #39420D. Grayscale: #C5C5C5. Windows color (decimal): -3752462 or 15908294. OLE color: 15908294.

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

Color convert

RGB198189242-
CMYK0.180.2200.05
HSL250.19º67.09%84.51%-
HSV(B)250.19º21.9%94.9%-
XYZ57.5154.8191.55-
YUV197.73152.98128.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.48%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 242 (94.92% from 255) = 38.47%
R=31.48%
G=30.05%
B=38.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981892420.180.2200.05250.1967.0984.51
HexC6BDF2121605fa4355
Octal306275362222605372103125
Binary110001101011110111110010100101011001011111101010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDF2; }

 p { color: rgb(198,189,242); }

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

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

 a { background-color: rgb(198,189,242); }

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

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

 span { border-color: rgb(198,189,242); }

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