#C9BAF6

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

Shades of Melrose #C9BAF6

Tints of Melrose #C9BAF6

Color information

#C9BAF6 (or 0xC9BAF6) is unknown color: approx Melrose. HEX triplet: C9, BA and F6. RGB value is (201,186,246). Sum of RGB (Red+Green+Blue) = 201+186+246=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #C9BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAF6 is #364509. Grayscale: #C5C5C5. Windows color (decimal): -3556618 or 16169673. OLE color: 16169673.

HSL color Cylindrical-coordinate representation of color #C9BAF6: hue angle of 255º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9BAF6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB201186246-
CMYK0.180.2400.04
HSL255º76.92%84.71%-
HSV(B)255º24.39%96.47%-
XYZ58.2854.1994.58-
YUV197.32155.47130.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.75%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 246 (96.48% from 255) = 38.86%
R=31.75%
G=29.38%
B=38.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2011862460.180.2400.0425576.9284.71
HexC9BAF6121804ff4d55
Octal311272366223004377115125
Binary110010011011101011110110100101100001001111111110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAF6; }

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

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

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

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

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

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

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

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