#C9BEF0

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

Shades of Melrose #C9BEF0

Tints of Melrose #C9BEF0

Color information

#C9BEF0 (or 0xC9BEF0) is unknown color: approx Melrose. HEX triplet: C9, BE and F0. RGB value is (201,190,240). Sum of RGB (Red+Green+Blue) = 201+190+240=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #C9BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEF0 is #36410F. Grayscale: #C6C6C6. Windows color (decimal): -3555600 or 15777481. OLE color: 15777481.

HSL color Cylindrical-coordinate representation of color #C9BEF0: hue angle of 253.2º degrees, saturation: 0.62, 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 #C9BEF0 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201190240-
CMYK0.160.2100.06
HSL253.2º62.5%84.31%-
HSV(B)253.2º20.83%94.12%-
XYZ58.2355.5490.09-
YUV198.99151.14129.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.85%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 240 (94.14% from 255) = 38.03%
R=31.85%
G=30.11%
B=38.03%

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
Decimal2011902400.160.2100.06253.262.584.31
HexC9BEF0101506fd3e54
Octal31127636020250637576124
Binary11001001101111101111000010000101010110111111011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEF0; }

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

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

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

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

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

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

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

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