#C0B4EB

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

Shades of Melrose #C0B4EB

Tints of Melrose #C0B4EB

Color information

#C0B4EB (or 0xC0B4EB) is unknown color: approx Melrose. HEX triplet: C0, B4 and EB. RGB value is (192,180,235). Sum of RGB (Red+Green+Blue) = 192+180+235=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0B4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B4EB is #3F4B14. Grayscale: #BDBDBD. Windows color (decimal): -4147989 or 15447232. OLE color: 15447232.

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

Color convert

RGB192180235-
CMYK0.180.2300.08
HSL253.09º57.89%81.37%-
HSV(B)253.09º23.4%92.16%-
XYZ53.0549.8585.42-
YUV189.86153.48129.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.63%
GREEN value IS 180 (70.70% from 255) = 29.65%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=31.63%
G=29.65%
B=38.71%

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
Decimal1921802350.180.2300.08253.0957.8981.37
HexC0B4EB121708fd3a51
Octal300264353222701037572121
Binary110000001011010011101011100101011101000111111011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B4EB; }

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

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

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

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

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

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

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

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