#C0BADD

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

Shades of Melrose #C0BADD

Tints of Melrose #C0BADD

Color information

#C0BADD (or 0xC0BADD) is unknown color: approx Melrose. HEX triplet: C0, BA and DD. RGB value is (192,186,221). Sum of RGB (Red+Green+Blue) = 192+186+221=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BADD is #3F4522. Grayscale: #BFBFBF. Windows color (decimal): -4146467 or 14531264. OLE color: 14531264.

HSL color Cylindrical-coordinate representation of color #C0BADD: hue angle of 250.29º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0BADD is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192186221-
CMYK0.130.1600.13
HSL250.29º33.98%79.8%-
HSV(B)250.29º15.84%86.67%-
XYZ52.3551.5475.6-
YUV191.78144.49128.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.05%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 221 (86.72% from 255) = 36.89%
R=32.05%
G=31.05%
B=36.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921862210.130.1600.13250.2933.9879.8
HexC0BADDD100Dfa2250
Octal300272335152001537242120
Binary11000000101110101101110111011000001101111110101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BADD; }

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

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

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

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

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

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

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

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