#C0BAEA

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

Shades of Melrose #C0BAEA

Tints of Melrose #C0BAEA

Color information

#C0BAEA (or 0xC0BAEA) is unknown color: approx Melrose. HEX triplet: C0, BA and EA. RGB value is (192,186,234). Sum of RGB (Red+Green+Blue) = 192+186+234=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAEA is #3F4515. Grayscale: #C1C1C1. Windows color (decimal): -4146454 or 15383232. OLE color: 15383232.

HSL color Cylindrical-coordinate representation of color #C0BAEA: hue angle of 247.5º degrees, saturation: 0.53, 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 #C0BAEA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192186234-
CMYK0.180.2100.08
HSL247.5º53.33%82.35%-
HSV(B)247.5º20.51%91.76%-
XYZ54.1552.2685.08-
YUV193.27150.99127.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.37%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=31.37%
G=30.39%
B=38.24%

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
Decimal1921862340.180.2100.08247.553.3382.35
HexC0BAEA121508f83552
Octal300272352222501037065122
Binary110000001011101011101010100101010101000111110001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAEA; }

 p { color: rgb(192,186,234); }

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

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

 a { background-color: rgb(192,186,234); }

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

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

 span { border-color: rgb(192,186,234); }

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