#C9BEF1

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

Shades of Melrose #C9BEF1

Tints of Melrose #C9BEF1

Color information

#C9BEF1 (or 0xC9BEF1) is unknown color: approx Melrose. HEX triplet: C9, BE and F1. RGB value is (201,190,241). Sum of RGB (Red+Green+Blue) = 201+190+241=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #C9BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEF1 is #36410E. Grayscale: #C6C6C6. Windows color (decimal): -3555599 or 15843017. OLE color: 15843017.

HSL color Cylindrical-coordinate representation of color #C9BEF1: hue angle of 252.94º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9BEF1 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201190241-
CMYK0.170.2100.05
HSL252.94º64.56%84.51%-
HSV(B)252.94º21.16%94.51%-
XYZ58.3855.690.87-
YUV199.1151.64129.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.80%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=31.80%
G=30.06%
B=38.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011902410.170.2100.05252.9464.5684.51
HexC9BEF1111505fd4155
Octal311276361212505375101125
Binary110010011011111011110001100011010101011111110110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEF1; }

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

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

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

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

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

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

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

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