#C6BEE9

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

Shades of Melrose #C6BEE9

Tints of Melrose #C6BEE9

Color information

#C6BEE9 (or 0xC6BEE9) is unknown color: approx Melrose. HEX triplet: C6, BE and E9. RGB value is (198,190,233). Sum of RGB (Red+Green+Blue) = 198+190+233=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #C6BEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEE9 is #394116. Grayscale: #C5C5C5. Windows color (decimal): -3752215 or 15318726. OLE color: 15318726.

HSL color Cylindrical-coordinate representation of color #C6BEE9: hue angle of 251.16º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6BEE9 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB198190233-
CMYK0.150.1800.09
HSL251.16º49.43%82.94%-
HSV(B)251.16º18.45%91.37%-
XYZ56.4154.7284.68-
YUV197.29148.15128.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.88%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 233 (91.41% from 255) = 37.52%
R=31.88%
G=30.60%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1981902330.150.1800.09251.1649.4382.94
HexC6BEE9F1209fb3153
Octal306276351172201137361123
Binary11000110101111101110100111111001001001111110111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEE9; }

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

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

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

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

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

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

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

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