#C0B6ED

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

Shades of Melrose #C0B6ED

Tints of Melrose #C0B6ED

Color information

#C0B6ED (or 0xC0B6ED) is unknown color: approx Melrose. HEX triplet: C0, B6 and ED. RGB value is (192,182,237). Sum of RGB (Red+Green+Blue) = 192+182+237=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0B6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B6ED is #3F4912. Grayscale: #BFBFBF. Windows color (decimal): -4147475 or 15578816. OLE color: 15578816.

HSL color Cylindrical-coordinate representation of color #C0B6ED: hue angle of 250.91º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0B6ED is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192182237-
CMYK0.190.2300.07
HSL250.91º60.44%82.16%-
HSV(B)250.91º23.21%92.94%-
XYZ53.7550.7887.09-
YUV191.26153.81128.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.42%
GREEN value IS 182 (71.48% from 255) = 29.79%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=31.42%
G=29.79%
B=38.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921822370.190.2300.07250.9160.4482.16
HexC0B6ED131707fb3c52
Octal30026635523270737374122
Binary11000000101101101110110110011101110111111110111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B6ED; }

 p { color: rgb(192,182,237); }

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

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

 a { background-color: rgb(192,182,237); }

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

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

 span { border-color: rgb(192,182,237); }

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