#C0B7EB

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

Shades of Melrose #C0B7EB

Tints of Melrose #C0B7EB

Color information

#C0B7EB (or 0xC0B7EB) is unknown color: approx Melrose. HEX triplet: C0, B7 and EB. RGB value is (192,183,235). Sum of RGB (Red+Green+Blue) = 192+183+235=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0B7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B7EB is #3F4814. Grayscale: #BFBFBF. Windows color (decimal): -4147221 or 15448000. OLE color: 15448000.

HSL color Cylindrical-coordinate representation of color #C0B7EB: hue angle of 250.38º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0B7EB is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192183235-
CMYK0.180.2200.08
HSL250.38º56.52%81.96%-
HSV(B)250.38º22.13%92.16%-
XYZ53.6751.0785.63-
YUV191.62152.48128.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.48%
GREEN value IS 183 (71.88% from 255) = 30%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=31.48%
G=30%
B=38.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921832350.180.2200.08250.3856.5281.96
HexC0B7EB121608fa3952
Octal300267353222601037271122
Binary110000001011011111101011100101011001000111110101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B7EB; }

 p { color: rgb(192,183,235); }

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

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

 a { background-color: rgb(192,183,235); }

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

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

 span { border-color: rgb(192,183,235); }

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