#C9BCF3

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

Shades of Melrose #C9BCF3

Tints of Melrose #C9BCF3

Color information

#C9BCF3 (or 0xC9BCF3) is unknown color: approx Melrose. HEX triplet: C9, BC and F3. RGB value is (201,188,243). Sum of RGB (Red+Green+Blue) = 201+188+243=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BCF3 is #36430C. Grayscale: #C5C5C5. Windows color (decimal): -3556109 or 15973577. OLE color: 15973577.

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

Color convert

RGB201188243-
CMYK0.170.2300.05
HSL254.18º69.62%84.51%-
HSV(B)254.18º22.63%95.29%-
XYZ58.2554.8692.31-
YUV198.16153.31130.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.80%
GREEN value IS 188 (73.83% from 255) = 29.75%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=31.80%
G=29.75%
B=38.45%

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
Decimal2011882430.170.2300.05254.1869.6284.51
HexC9BCF3111705fe4655
Octal311274363212705376106125
Binary110010011011110011110011100011011101011111111010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BCF3; }

 p { color: rgb(201,188,243); }

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

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

 a { background-color: rgb(201,188,243); }

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

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

 span { border-color: rgb(201,188,243); }

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