#C0B0EF

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

Shades of Melrose #C0B0EF

Tints of Melrose #C0B0EF

Color information

#C0B0EF (or 0xC0B0EF) is unknown color: approx Melrose. HEX triplet: C0, B0 and EF. RGB value is (192,176,239). Sum of RGB (Red+Green+Blue) = 192+176+239=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0B0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B0EF is #3F4F10. Grayscale: #BBBBBB. Windows color (decimal): -4149009 or 15708352. OLE color: 15708352.

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

Color convert

RGB192176239-
CMYK0.200.2600.06
HSL255.24º66.32%81.37%-
HSV(B)255.24º26.36%93.73%-
XYZ52.8448.4988.24-
YUV187.97156.8130.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.63%
GREEN value IS 176 (69.14% from 255) = 29.00%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=31.63%
G=29.00%
B=39.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921762390.200.2600.06255.2466.3281.37
HexC0B0EF141A06ff4251
Octal300260357243206377102121
Binary110000001011000011101111101001101001101111111110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B0EF; }

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

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

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

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

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

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

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

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