#C9BAE1

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

Shades of Melrose #C9BAE1

Tints of Melrose #C9BAE1

Color information

#C9BAE1 (or 0xC9BAE1) is unknown color: approx Melrose. HEX triplet: C9, BA and E1. RGB value is (201,186,225). Sum of RGB (Red+Green+Blue) = 201+186+225=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #C9BAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAE1 is #36451E. Grayscale: #C2C2C2. Windows color (decimal): -3556639 or 14793417. OLE color: 14793417.

HSL color Cylindrical-coordinate representation of color #C9BAE1: hue angle of 263.08º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9BAE1 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB201186225-
CMYK0.110.1700.12
HSL263.08º39.39%80.59%-
HSV(B)263.08º17.33%88.24%-
XYZ55.2452.9778.55-
YUV194.93144.97132.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.84%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 225 (88.28% from 255) = 36.76%
R=32.84%
G=30.39%
B=36.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2011862250.110.1700.12263.0839.3980.59
HexC9BAE1B110C1072751
Octal311272341132101440747121
Binary110010011011101011100001101110001011001000001111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAE1; }

 p { color: rgb(201,186,225); }

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

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

 a { background-color: rgb(201,186,225); }

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

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

 span { border-color: rgb(201,186,225); }

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