#C9BAF1

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

Shades of Melrose #C9BAF1

Tints of Melrose #C9BAF1

Color information

#C9BAF1 (or 0xC9BAF1) is unknown color: approx Melrose. HEX triplet: C9, BA and F1. RGB value is (201,186,241). Sum of RGB (Red+Green+Blue) = 201+186+241=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #C9BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAF1 is #36450E. Grayscale: #C4C4C4. Windows color (decimal): -3556623 or 15841993. OLE color: 15841993.

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

Color convert

RGB201186241-
CMYK0.170.2300.05
HSL256.36º66.27%83.73%-
HSV(B)256.36º22.82%94.51%-
XYZ57.5253.8990.59-
YUV196.75152.97131.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.01%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 241 (94.53% from 255) = 38.38%
R=32.01%
G=29.62%
B=38.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011862410.170.2300.05256.3666.2783.73
HexC9BAF11117051004254
Octal311272361212705400102124
Binary1100100110111010111100011000110111010110000000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAF1; }

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

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

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

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

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

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

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

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