#C0BAEF

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

Shades of Melrose #C0BAEF

Tints of Melrose #C0BAEF

Color information

#C0BAEF (or 0xC0BAEF) is unknown color: approx Melrose. HEX triplet: C0, BA and EF. RGB value is (192,186,239). Sum of RGB (Red+Green+Blue) = 192+186+239=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAEF is #3F4510. Grayscale: #C1C1C1. Windows color (decimal): -4146449 or 15710912. OLE color: 15710912.

HSL color Cylindrical-coordinate representation of color #C0BAEF: hue angle of 246.79º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0BAEF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192186239-
CMYK0.200.2200.06
HSL246.79º62.35%83.33%-
HSV(B)246.79º22.18%93.73%-
XYZ54.8852.5688.91-
YUV193.84153.49126.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=31.12%
G=30.15%
B=38.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921862390.200.2200.06246.7962.3583.33
HexC0BAEF141606f73e53
Octal30027235724260636776123
Binary11000000101110101110111110100101100110111101111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAEF; }

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

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

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

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

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

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

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

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