#C0B4EE

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

Shades of Melrose #C0B4EE

Tints of Melrose #C0B4EE

Color information

#C0B4EE (or 0xC0B4EE) is unknown color: approx Melrose. HEX triplet: C0, B4 and EE. RGB value is (192,180,238). Sum of RGB (Red+Green+Blue) = 192+180+238=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0B4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B4EE is #3F4B11. Grayscale: #BDBDBD. Windows color (decimal): -4147986 or 15643840. OLE color: 15643840.

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

Color convert

RGB192180238-
CMYK0.190.2400.07
HSL252.41º63.04%81.96%-
HSV(B)252.41º24.37%93.33%-
XYZ53.4950.0287.72-
YUV190.2154.98129.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.48%
GREEN value IS 180 (70.70% from 255) = 29.51%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=31.48%
G=29.51%
B=39.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921802380.190.2400.07252.4163.0481.96
HexC0B4EE131807fc3f52
Octal30026435623300737477122
Binary11000000101101001110111010011110000111111111001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B4EE; }

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

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

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

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

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

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

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

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