#C0B8EB

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

Shades of Melrose #C0B8EB

Tints of Melrose #C0B8EB

Color information

#C0B8EB (or 0xC0B8EB) is unknown color: approx Melrose. HEX triplet: C0, B8 and EB. RGB value is (192,184,235). Sum of RGB (Red+Green+Blue) = 192+184+235=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B8EB is #3F4714. Grayscale: #C0C0C0. Windows color (decimal): -4146965 or 15448256. OLE color: 15448256.

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

Color convert

RGB192184235-
CMYK0.180.2200.08
HSL249.41º56.04%82.16%-
HSV(B)249.41º21.7%92.16%-
XYZ53.8751.4985.7-
YUV192.21152.15127.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.42%
GREEN value IS 184 (72.27% from 255) = 30.11%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=31.42%
G=30.11%
B=38.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921842350.180.2200.08249.4156.0482.16
HexC0B8EB121608f93852
Octal300270353222601037170122
Binary110000001011100011101011100101011001000111110011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B8EB; }

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

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

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

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

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

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

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

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