#C0BAE2

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

Shades of Melrose #C0BAE2

Tints of Melrose #C0BAE2

Color information

#C0BAE2 (or 0xC0BAE2) is unknown color: approx Melrose. HEX triplet: C0, BA and E2. RGB value is (192,186,226). Sum of RGB (Red+Green+Blue) = 192+186+226=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #C0BAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAE2 is #3F451D. Grayscale: #C0C0C0. Windows color (decimal): -4146462 or 14858944. OLE color: 14858944.

HSL color Cylindrical-coordinate representation of color #C0BAE2: hue angle of 249º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0BAE2 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB192186226-
CMYK0.150.1800.11
HSL249º40.82%80.78%-
HSV(B)249º17.7%88.63%-
XYZ53.0251.8279.16-
YUV192.35146.99127.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.79%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 226 (88.67% from 255) = 37.42%
R=31.79%
G=30.79%
B=37.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1921862260.150.1800.1124940.8280.78
HexC0BAE2F120Bf92951
Octal300272342172201337151121
Binary11000000101110101110001011111001001011111110011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAE2; }

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

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

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

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

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

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

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

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