#C9BEE3

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

Shades of Melrose #C9BEE3

Tints of Melrose #C9BEE3

Color information

#C9BEE3 (or 0xC9BEE3) is unknown color: approx Melrose. HEX triplet: C9, BE and E3. RGB value is (201,190,227). Sum of RGB (Red+Green+Blue) = 201+190+227=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #C9BEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEE3 is #36411C. Grayscale: #C5C5C5. Windows color (decimal): -3555613 or 14925513. OLE color: 14925513.

HSL color Cylindrical-coordinate representation of color #C9BEE3: hue angle of 257.84º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9BEE3 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB201190227-
CMYK0.110.1600.11
HSL257.84º39.78%81.76%-
HSV(B)257.84º16.3%89.02%-
XYZ56.3754.7980.28-
YUV197.51144.64130.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.52%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=32.52%
G=30.74%
B=36.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2011902270.110.1600.11257.8439.7881.76
HexC9BEE3B100B1022852
Octal311276343132001340250122
Binary110010011011111011100011101110000010111000000101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEE3; }

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

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

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

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

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

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

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

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