#C6BDEE

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

Shades of Melrose #C6BDEE

Tints of Melrose #C6BDEE

Color information

#C6BDEE (or 0xC6BDEE) is unknown color: approx Melrose. HEX triplet: C6, BD and EE. RGB value is (198,189,238). Sum of RGB (Red+Green+Blue) = 198+189+238=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDEE is #394211. Grayscale: #C5C5C5. Windows color (decimal): -3752466 or 15646150. OLE color: 15646150.

HSL color Cylindrical-coordinate representation of color #C6BDEE: hue angle of 251.02º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6BDEE is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198189238-
CMYK0.170.2100.07
HSL251.02º59.04%83.73%-
HSV(B)251.02º20.59%93.33%-
XYZ56.9254.5788.42-
YUV197.28150.98128.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.68%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=31.68%
G=30.24%
B=38.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981892380.170.2100.07251.0259.0483.73
HexC6BDEE111507fb3b54
Octal30627535621250737373124
Binary11000110101111011110111010001101010111111110111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDEE; }

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

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

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

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

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

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

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

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