#C9BAE5

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

Shades of Melrose #C9BAE5

Tints of Melrose #C9BAE5

Color information

#C9BAE5 (or 0xC9BAE5) is unknown color: approx Melrose. HEX triplet: C9, BA and E5. RGB value is (201,186,229). Sum of RGB (Red+Green+Blue) = 201+186+229=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #C9BAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAE5 is #36451A. Grayscale: #C3C3C3. Windows color (decimal): -3556635 or 15055561. OLE color: 15055561.

HSL color Cylindrical-coordinate representation of color #C9BAE5: hue angle of 260.93º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9BAE5 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB201186229-
CMYK0.120.1900.10
HSL260.93º45.26%81.37%-
HSV(B)260.93º18.78%89.8%-
XYZ55.7953.1981.46-
YUV195.39146.97132-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.63%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 229 (89.84% from 255) = 37.18%
R=32.63%
G=30.19%
B=37.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2011862290.120.1900.10260.9345.2681.37
HexC9BAE5C130A1052d51
Octal311272345142301240555121
Binary110010011011101011100101110010011010101000001011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAE5; }

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

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

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

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

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

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

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

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