#C0B1EB

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

Shades of Melrose #C0B1EB

Tints of Melrose #C0B1EB

Color information

#C0B1EB (or 0xC0B1EB) is unknown color: approx Melrose. HEX triplet: C0, B1 and EB. RGB value is (192,177,235). Sum of RGB (Red+Green+Blue) = 192+177+235=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0B1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B1EB is #3F4E14. Grayscale: #BBBBBB. Windows color (decimal): -4148757 or 15446464. OLE color: 15446464.

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

Color convert

RGB192177235-
CMYK0.180.2500.08
HSL255.52º59.18%80.78%-
HSV(B)255.52º24.68%92.16%-
XYZ52.4648.6585.22-
YUV188.1154.47130.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.79%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 235 (92.19% from 255) = 38.91%
R=31.79%
G=29.30%
B=38.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921772350.180.2500.08255.5259.1880.78
HexC0B1EB1219081003b51
Octal300261353223101040073121
Binary1100000010110001111010111001011001010001000000001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B1EB; }

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

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

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

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

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

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

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

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