#C9BAF7

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

Shades of Melrose #C9BAF7

Tints of Melrose #C9BAF7

Color information

#C9BAF7 (or 0xC9BAF7) is unknown color: approx Melrose. HEX triplet: C9, BA and F7. RGB value is (201,186,247). Sum of RGB (Red+Green+Blue) = 201+186+247=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 247 - color contains mainly: blue. Hex color #C9BAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAF7 is #364508. Grayscale: #C5C5C5. Windows color (decimal): -3556617 or 16235209. OLE color: 16235209.

HSL color Cylindrical-coordinate representation of color #C9BAF7: hue angle of 254.75º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9BAF7 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB201186247-
CMYK0.190.2500.03
HSL254.75º79.22%84.9%-
HSV(B)254.75º24.7%96.86%-
XYZ58.4354.2595.39-
YUV197.44155.97130.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.70%
GREEN value IS 186 (73.05% from 255) = 29.34%
BLUE value IS 247 (96.88% from 255) = 38.96%
R=31.70%
G=29.34%
B=38.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2011862470.190.2500.03254.7579.2284.9
HexC9BAF7131903ff4f55
Octal311272367233103377117125
Binary11001001101110101111011110011110010111111111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAF7; }

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

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

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

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

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

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

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

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