#C0B9EF

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

Shades of Melrose #C0B9EF

Tints of Melrose #C0B9EF

Color information

#C0B9EF (or 0xC0B9EF) is unknown color: approx Melrose. HEX triplet: C0, B9 and EF. RGB value is (192,185,239). Sum of RGB (Red+Green+Blue) = 192+185+239=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0B9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B9EF is #3F4610. Grayscale: #C1C1C1. Windows color (decimal): -4146705 or 15710656. OLE color: 15710656.

HSL color Cylindrical-coordinate representation of color #C0B9EF: hue angle of 247.78º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0B9EF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192185239-
CMYK0.200.2300.06
HSL247.78º62.79%83.14%-
HSV(B)247.78º22.59%93.73%-
XYZ54.6752.1488.84-
YUV193.25153.82127.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.17%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=31.17%
G=30.03%
B=38.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921852390.200.2300.06247.7862.7983.14
HexC0B9EF141706f83f53
Octal30027135724270637077123
Binary11000000101110011110111110100101110110111110001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B9EF; }

 p { color: rgb(192,185,239); }

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

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

 a { background-color: rgb(192,185,239); }

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

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

 span { border-color: rgb(192,185,239); }

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