#C0B9EB

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

Shades of Melrose #C0B9EB

Tints of Melrose #C0B9EB

Color information

#C0B9EB (or 0xC0B9EB) is unknown color: approx Melrose. HEX triplet: C0, B9 and EB. RGB value is (192,185,235). Sum of RGB (Red+Green+Blue) = 192+185+235=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B9EB is #3F4614. Grayscale: #C0C0C0. Windows color (decimal): -4146709 or 15448512. OLE color: 15448512.

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

Color convert

RGB192185235-
CMYK0.180.2100.08
HSL248.4º55.56%82.35%-
HSV(B)248.4º21.28%92.16%-
XYZ54.0851.985.76-
YUV192.79151.82127.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.37%
GREEN value IS 185 (72.66% from 255) = 30.23%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=31.37%
G=30.23%
B=38.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921852350.180.2100.08248.455.5682.35
HexC0B9EB121508f83852
Octal300271353222501037070122
Binary110000001011100111101011100101010101000111110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B9EB; }

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

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

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

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

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

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

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

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