#C0BAEC

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

Shades of Melrose #C0BAEC

Tints of Melrose #C0BAEC

Color information

#C0BAEC (or 0xC0BAEC) is unknown color: approx Melrose. HEX triplet: C0, BA and EC. RGB value is (192,186,236). Sum of RGB (Red+Green+Blue) = 192+186+236=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BAEC is #3F4513. Grayscale: #C1C1C1. Windows color (decimal): -4146452 or 15514304. OLE color: 15514304.

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

Color convert

RGB192186236-
CMYK0.190.2100.07
HSL247.2º56.82%82.75%-
HSV(B)247.2º21.19%92.55%-
XYZ54.4452.3886.6-
YUV193.49151.99126.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.27%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=31.27%
G=30.29%
B=38.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921862360.190.2100.07247.256.8282.75
HexC0BAEC131507f73953
Octal30027235423250736771123
Binary11000000101110101110110010011101010111111101111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAEC; }

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

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

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

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

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

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

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

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