#C0B6EB

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

Shades of Melrose #C0B6EB

Tints of Melrose #C0B6EB

Color information

#C0B6EB (or 0xC0B6EB) is unknown color: approx Melrose. HEX triplet: C0, B6 and EB. RGB value is (192,182,235). Sum of RGB (Red+Green+Blue) = 192+182+235=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0B6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B6EB is #3F4914. Grayscale: #BEBEBE. Windows color (decimal): -4147477 or 15447744. OLE color: 15447744.

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

Color convert

RGB192182235-
CMYK0.180.2300.08
HSL251.32º56.99%81.76%-
HSV(B)251.32º22.55%92.16%-
XYZ53.4650.6685.56-
YUV191.03152.81128.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.53%
GREEN value IS 182 (71.48% from 255) = 29.89%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=31.53%
G=29.89%
B=38.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921822350.180.2300.08251.3256.9981.76
HexC0B6EB121708fb3952
Octal300266353222701037371122
Binary110000001011011011101011100101011101000111110111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B6EB; }

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

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

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

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

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

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

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

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