#C9BEEF

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

Shades of Melrose #C9BEEF

Tints of Melrose #C9BEEF

Color information

#C9BEEF (or 0xC9BEEF) is unknown color: approx Melrose. HEX triplet: C9, BE and EF. RGB value is (201,190,239). Sum of RGB (Red+Green+Blue) = 201+190+239=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEEF is #364110. Grayscale: #C6C6C6. Windows color (decimal): -3555601 or 15711945. OLE color: 15711945.

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

Color convert

RGB201190239-
CMYK0.160.2100.06
HSL253.47º60.49%84.12%-
HSV(B)253.47º20.5%93.73%-
XYZ58.0855.4889.31-
YUV198.88150.64129.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.90%
GREEN value IS 190 (74.61% from 255) = 30.16%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=31.90%
G=30.16%
B=37.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2011902390.160.2100.06253.4760.4984.12
HexC9BEEF101506fd3c54
Octal31127635720250637574124
Binary11001001101111101110111110000101010110111111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEEF; }

 p { color: rgb(201,190,239); }

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

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

 a { background-color: rgb(201,190,239); }

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

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

 span { border-color: rgb(201,190,239); }

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